ReactOS 0.4.16-dev-199-g898cc56
|
#include <btrfs.h>
Public Attributes | |
uint64_t | chunktree |
uint64_t | objid |
uint64_t | address |
uint64_t | length |
BTRFS_UUID | chunktree_uuid |
uint64_t DEV_EXTENT::address |
Definition at line 471 of file btrfs.h.
Referenced by create_chunk(), and find_chunk_offset().
uint64_t DEV_EXTENT::chunktree |
Definition at line 469 of file btrfs.h.
Referenced by create_chunk(), and find_chunk_offset().
BTRFS_UUID DEV_EXTENT::chunktree_uuid |
Definition at line 473 of file btrfs.h.
Referenced by create_chunk(), and find_chunk_offset().
uint64_t DEV_EXTENT::length |
Definition at line 472 of file btrfs.h.
Referenced by create_chunk(), drop_chunk(), find_chunk_offset(), find_disk_holes(), and trim_unalloc_space().
uint64_t DEV_EXTENT::objid |
Definition at line 470 of file btrfs.h.
Referenced by create_chunk(), and find_chunk_offset().