ReactOS 0.4.16-dev-820-g96aa1ee
|
#include <btrfs.h>
Public Attributes | |
uint64_t | size |
uint64_t | root_id |
uint64_t | stripe_length |
uint64_t | type |
uint32_t | opt_io_alignment |
uint32_t | opt_io_width |
uint32_t | sector_size |
uint16_t | num_stripes |
uint16_t | sub_stripes |
uint16_t CHUNK_ITEM::num_stripes |
Definition at line 347 of file btrfs.h.
Referenced by get_superblock_size(), get_usage(), load_sys_chunks(), protect_superblocks(), read_data(), read_data_dup(), read_data_raid0(), read_data_raid10(), read_data_raid5(), and read_data_raid6().
uint64_t CHUNK_ITEM::size |
Definition at line 340 of file btrfs.h.
Referenced by balance_data_chunk(), create_chunk(), get_superblock_size(), get_usage(), protect_superblocks(), rationalize_extents(), read_data(), write_compressed(), and write_metadata_items().
uint64_t CHUNK_ITEM::stripe_length |
Definition at line 342 of file btrfs.h.
Referenced by get_superblock_size(), protect_superblocks(), read_data(), read_data_raid0(), read_data_raid10(), read_data_raid5(), and read_data_raid6().
uint16_t CHUNK_ITEM::sub_stripes |
Definition at line 348 of file btrfs.h.
Referenced by get_superblock_size(), protect_superblocks(), read_data(), and read_data_raid10().
uint64_t CHUNK_ITEM::type |
Definition at line 343 of file btrfs.h.
Referenced by balance_data_chunk(), drop_chunk(), get_superblock_size(), get_tree_new_address(), get_usage(), protect_superblocks(), read_data(), write_compressed(), and write_metadata_items().