ReactOS 0.4.16-dev-746-g329a414
|
#include <btrfs_drv.h>
Public Attributes | |
uint64_t | start |
uint64_t | length |
PETHREAD | thread |
LIST_ENTRY | list_entry |
Definition at line 545 of file btrfs_drv.h.
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 range_lock::list_entry |
Definition at line 549 of file btrfs_drv.h.
Referenced by chunk_lock_range(), and chunk_unlock_range().
uint64_t range_lock::start |
Definition at line 546 of file btrfs_drv.h.
Referenced by chunk_lock_range(), and chunk_unlock_range().
PETHREAD range_lock::thread |
Definition at line 548 of file btrfs_drv.h.
Referenced by chunk_lock_range().