ReactOS
0.4.15-dev-2106-g6de3300
|
#include <btrfs.h>
Public Attributes | |
uint64_t | generation |
uint64_t | decoded_size |
uint8_t | compression |
uint8_t | encryption |
uint16_t | encoding |
uint8_t | type |
uint8_t | data [1] |
uint8_t EXTENT_DATA::compression |
Definition at line 348 of file btrfs.h.
Referenced by do_write_file(), duplicate_extents(), excise_extents(), extend_file(), flush_extents(), insert_sparse_extent(), read_file(), rename_stream_to_file(), send_extent_data(), truncate_file(), write_compressed(), and zero_data().
uint8_t EXTENT_DATA::data[1] |
Definition at line 352 of file btrfs.h.
Referenced by add_metadata_reloc_extent_item(), data_reloc_add_tree_edr(), do_rollback(), do_write_file(), do_write_file_prealloc(), duplicate_extents(), excise_extents(), extend_file(), flush_extents(), flush_fcb(), insert_sparse_extent(), log_file_checksum_error_shared(), read_file(), rename_stream_to_file(), send_extent_data(), send_read_symlink(), snapshot_tree_copy(), try_clone(), try_clone_edr(), try_extend_data(), update_chunks(), update_tree_extents(), write_compressed(), and write_metadata_items().
uint64_t EXTENT_DATA::decoded_size |
Definition at line 347 of file btrfs.h.
Referenced by do_write_file(), duplicate_extents(), excise_extents(), extend_file(), flush_extents(), flush_fcb(), insert_sparse_extent(), read_file(), rename_stream_to_file(), send_extent_data(), send_read_symlink(), truncate_file(), write_compressed(), and zero_data().
uint16_t EXTENT_DATA::encoding |
Definition at line 350 of file btrfs.h.
Referenced by duplicate_extents(), excise_extents(), extend_file(), insert_sparse_extent(), read_file(), rename_stream_to_file(), send_extent_data(), truncate_file(), write_compressed(), and zero_data().
uint8_t EXTENT_DATA::encryption |
Definition at line 349 of file btrfs.h.
Referenced by duplicate_extents(), excise_extents(), extend_file(), insert_sparse_extent(), read_file(), rename_stream_to_file(), send_extent_data(), truncate_file(), write_compressed(), and zero_data().
uint64_t EXTENT_DATA::generation |
Definition at line 346 of file btrfs.h.
Referenced by duplicate_extents(), excise_extents(), extend_file(), insert_sparse_extent(), rename_stream_to_file(), truncate_file(), write_compressed(), and zero_data().
uint8_t EXTENT_DATA::type |
Definition at line 351 of file btrfs.h.
Referenced by add_metadata_reloc_extent_item(), data_reloc_add_tree_edr(), do_rollback(), do_write_file(), do_write_file_prealloc(), duplicate_extents(), excise_extents(), extend_file(), flush_extents(), flush_fcb(), insert_sparse_extent(), log_file_checksum_error_shared(), read_file(), rename_stream_to_file(), send_extent_data(), send_read_symlink(), snapshot_tree_copy(), truncate_file(), try_clone_edr(), try_extend_data(), update_chunks(), update_tree_extents(), write_compressed(), write_metadata_items(), and zero_data().