ReactOS 0.4.15-dev-8076-g06e89b2
range_lock Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for range_lock:

Public Attributes

uint64_t start
 
uint64_t length
 
PETHREAD thread
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 545 of file btrfs_drv.h.

Member Data Documentation

◆ length

uint64_t range_lock::length

Definition at line 547 of file btrfs_drv.h.

Referenced by chunk_lock_range(), and chunk_unlock_range().

◆ list_entry

LIST_ENTRY range_lock::list_entry

Definition at line 549 of file btrfs_drv.h.

Referenced by chunk_lock_range(), and chunk_unlock_range().

◆ start

uint64_t range_lock::start

Definition at line 546 of file btrfs_drv.h.

Referenced by chunk_lock_range(), and chunk_unlock_range().

◆ thread

PETHREAD range_lock::thread

Definition at line 548 of file btrfs_drv.h.

Referenced by chunk_lock_range().


The documentation for this struct was generated from the following file: