ReactOS 0.4.16-dev-555-g690643f
|
#include <btrfs.h>
Public Attributes | |
uint8_t | csum [32] |
BTRFS_UUID | fs_uuid |
uint64_t | address |
uint64_t | flags |
BTRFS_UUID | chunk_tree_uuid |
uint64_t | generation |
uint64_t | tree_id |
uint32_t | num_items |
uint8_t | level |
uint64_t tree_header::address |
Definition at line 156 of file btrfs.h.
Referenced by __attribute__(), _Function_class_(), assign_addresses(), data_reloc_add_tree_edr(), read_data_dup(), read_data_raid0(), read_data_raid10(), read_data_raid5(), read_data_raid6(), scrub_extent_dup(), scrub_extent_raid0(), scrub_extent_raid10(), scrub_raid5_stripe(), scrub_raid6_stripe(), snapshot_tree_copy(), try_tree_amalgamate(), write_metadata_items(), and write_superblocks().
BTRFS_UUID tree_header::chunk_tree_uuid |
Definition at line 158 of file btrfs.h.
Referenced by create_root().
uint8_t tree_header::csum[32] |
Definition at line 154 of file btrfs.h.
Referenced by calc_tree_checksum(), check_tree_checksum(), and get_tree_checksum().
uint64_t tree_header::flags |
Definition at line 157 of file btrfs.h.
Referenced by add_metadata_reloc_extent_item().
BTRFS_UUID tree_header::fs_uuid |
Definition at line 155 of file btrfs.h.
Referenced by calc_tree_checksum(), check_tree_checksum(), create_root(), get_tree_checksum(), and snapshot_tree_copy().
uint64_t tree_header::generation |
Definition at line 159 of file btrfs.h.
Referenced by read_data_dup(), read_data_raid0(), read_data_raid10(), read_data_raid5(), read_data_raid6(), and snapshot_tree_copy().
uint8_t tree_header::level |
Definition at line 162 of file btrfs.h.
Referenced by __attribute__(), add_metadata_reloc_extent_item(), snapshot_tree_copy(), try_tree_amalgamate(), and write_metadata_items().
uint32_t tree_header::num_items |
Definition at line 161 of file btrfs.h.
Referenced by add_metadata_reloc_extent_item(), snapshot_tree_copy(), try_tree_amalgamate(), and write_metadata_items().
uint64_t tree_header::tree_id |
Definition at line 160 of file btrfs.h.
Referenced by snapshot_tree_copy().