ReactOS 0.4.16-dev-527-gdad3a09
|
Public Attributes | |
uint64_t | id |
tree_header | header |
btrfs_chunk * | c |
LIST_ENTRY | items |
LIST_ENTRY | list_entry |
Definition at line 155 of file btrfslib.c.
btrfs_chunk* btrfs_root::c |
Definition at line 158 of file btrfslib.c.
tree_header btrfs_root::header |
Definition at line 157 of file btrfslib.c.
Referenced by assign_addresses(), and write_superblocks().
uint64_t btrfs_root::id |
Definition at line 156 of file btrfslib.c.
Referenced by assign_addresses().
LIST_ENTRY btrfs_root::items |
Definition at line 159 of file btrfslib.c.
Referenced by write_superblocks().
LIST_ENTRY btrfs_root::list_entry |
Definition at line 160 of file btrfslib.c.