ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <btrfs_drv.h>
Public Attributes | |
uint64_t | address |
uint32_t | length |
uint8_t * | data |
chunk * | c |
bool | allocated |
LIST_ENTRY | list_entry |
Definition at line 945 of file btrfs_drv.h.
uint64_t tree_write::address |
Definition at line 946 of file btrfs_drv.h.
Referenced by do_tree_writes(), write_metadata_items(), and write_trees().
bool tree_write::allocated |
Definition at line 950 of file btrfs_drv.h.
Referenced by do_tree_writes(), write_metadata_items(), and write_trees().
chunk* tree_write::c |
Definition at line 949 of file btrfs_drv.h.
Referenced by do_tree_writes().
uint8_t* tree_write::data |
Definition at line 948 of file btrfs_drv.h.
Referenced by do_tree_writes(), write_metadata_items(), and write_trees().
uint32_t tree_write::length |
Definition at line 947 of file btrfs_drv.h.
Referenced by do_tree_writes(), write_metadata_items(), and write_trees().
LIST_ENTRY tree_write::list_entry |
Definition at line 951 of file btrfs_drv.h.
Referenced by do_tree_writes(), write_metadata_items(), and write_trees().