ReactOS 0.4.16-dev-598-gc07fba4
|
#include <btrfs_drv.h>
Public Attributes | |
KEY | key |
void * | data |
USHORT | size |
LIST_ENTRY | list_entry |
Definition at line 620 of file btrfs_drv.h.
void* sys_chunk::data |
Definition at line 622 of file btrfs_drv.h.
Referenced by add_to_bootstrap(), load_sys_chunks(), read_data(), regen_bootstrap(), remove_from_bootstrap(), and uninit().
KEY sys_chunk::key |
Definition at line 621 of file btrfs_drv.h.
Referenced by add_to_bootstrap(), load_sys_chunks(), read_data(), regen_bootstrap(), and remove_from_bootstrap().
LIST_ENTRY sys_chunk::list_entry |
Definition at line 624 of file btrfs_drv.h.
Referenced by add_to_bootstrap(), load_sys_chunks(), and remove_from_bootstrap().
USHORT sys_chunk::size |
Definition at line 623 of file btrfs_drv.h.
Referenced by add_to_bootstrap(), load_sys_chunks(), regen_bootstrap(), and remove_from_bootstrap().