btrfs.c.kernel_shared.ctree

D translation of ctree.h from btrfs-progs (v5.9)

Members

Enums

READA_NONE
anonymousenum READA_NONE
Undocumented in source.
btrfs_compression_type
enum btrfs_compression_type
Undocumented in source.
btrfs_csum_type
enum btrfs_csum_type
Undocumented in source.
btrfs_encryption_type
enum btrfs_encryption_type
Undocumented in source.
btrfs_raid_types
enum btrfs_raid_types
Undocumented in source.
btrfs_tree_block_status
enum btrfs_tree_block_status
Undocumented in source.

Functions

BTRFS_LEAF_DATA_SIZE
auto BTRFS_LEAF_DATA_SIZE(T fs_info)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_MAX_EXTENT_ITEM_SIZE
auto BTRFS_MAX_EXTENT_ITEM_SIZE(T r)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_MAX_INLINE_DATA_SIZE
u32 BTRFS_MAX_INLINE_DATA_SIZE(btrfs_fs_info* info)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_MAX_ITEM_SIZE
u32 BTRFS_MAX_ITEM_SIZE(btrfs_fs_info* info)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_MAX_XATTR_SIZE
u32 BTRFS_MAX_XATTR_SIZE(btrfs_fs_info* info)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_NODEPTRS_PER_BLOCK
u32 BTRFS_NODEPTRS_PER_BLOCK(btrfs_fs_info* info)
Undocumented in source. Be warned that the author may not have intended to support it.
BTRFS_NODEPTRS_PER_EXTENT_BUFFER
u32 BTRFS_NODEPTRS_PER_EXTENT_BUFFER(extent_buffer* eb)
Undocumented in source. Be warned that the author may not have intended to support it.
__BTRFS_LEAF_DATA_SIZE
auto __BTRFS_LEAF_DATA_SIZE(T bs)
Undocumented in source. Be warned that the author may not have intended to support it.
__btrfs_cow_block
int __btrfs_cow_block(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, extent_buffer* parent, int parent_slot, extent_buffer** cow_ret, u64 search_start, u64 empty_size)
Undocumented in source.
__btrfs_fs_compat_ro
int __btrfs_fs_compat_ro(btrfs_fs_info* fs_info, u64 flag)
Undocumented in source. Be warned that the author may not have intended to support it.
__btrfs_fs_incompat
bool __btrfs_fs_incompat(btrfs_fs_info* fs_info, u64 flag)
Undocumented in source. Be warned that the author may not have intended to support it.
add_new_free_space
u64 add_new_free_space(btrfs_block_group* block_group, btrfs_fs_info* info, u64 start, u64 end)
Undocumented in source.
add_root_to_dirty_list
void add_root_to_dirty_list(btrfs_root* root)
Undocumented in source.
btrfs_add_block_group
btrfs_block_group* btrfs_add_block_group(btrfs_fs_info* fs_info, u64 bytes_used, u64 type, u64 chunk_offset, u64 size)
Undocumented in source.
btrfs_add_link
int btrfs_add_link(btrfs_trans_handle* trans, btrfs_root* root, u64 ino, u64 parent_ino, char* name, int namelen, u8 type, u64* index, int add_backref, int ignore_existed)
Undocumented in source.
btrfs_add_orphan_item
int btrfs_add_orphan_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, u64 ino)
Undocumented in source.
btrfs_add_root_ref
int btrfs_add_root_ref(btrfs_trans_handle* trans, btrfs_root* tree_root, u64 root_id, u8 type, u64 ref_id, u64 dirid, u64 sequence, char* name, int name_len)
Undocumented in source.
btrfs_alloc_free_block
extent_buffer* btrfs_alloc_free_block(btrfs_trans_handle* trans, btrfs_root* root, u32 blocksize, u64 root_objectid, btrfs_disk_key* key, int level, u64 hint, u64 empty_size)
Undocumented in source.
btrfs_alloc_path
btrfs_path* btrfs_alloc_path()
Undocumented in source.
btrfs_balance_item_data
btrfs_disk_balance_args* btrfs_balance_item_data(extent_buffer* eb, btrfs_balance_item* bi)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_balance_item_meta
btrfs_disk_balance_args* btrfs_balance_item_meta(extent_buffer* eb, btrfs_balance_item* bi)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_balance_item_sys
btrfs_disk_balance_args* btrfs_balance_item_sys(extent_buffer* eb, btrfs_balance_item* bi)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_bin_search
int btrfs_bin_search(extent_buffer* eb, btrfs_key* key, int* slot)
Undocumented in source.
btrfs_change_inode_flags
int btrfs_change_inode_flags(btrfs_trans_handle* trans, btrfs_root* root, u64 ino, u64 flags)
Undocumented in source.
btrfs_check_leaf
btrfs_tree_block_status btrfs_check_leaf(btrfs_fs_info* fs_info, btrfs_disk_key* parent_key, extent_buffer* buf)
Undocumented in source.
btrfs_check_node
btrfs_tree_block_status btrfs_check_node(btrfs_fs_info* fs_info, btrfs_disk_key* parent_key, extent_buffer* buf)
Undocumented in source.
btrfs_chunk_item_size
ulong btrfs_chunk_item_size(int num_stripes)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_clear_header_flag
int btrfs_clear_header_flag(extent_buffer* eb, u64 flag)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_comp_cpu_keys
int btrfs_comp_cpu_keys(btrfs_key* k1, btrfs_key* k2)
Undocumented in source.
btrfs_copy_root
int btrfs_copy_root(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, extent_buffer** cow_ret, u64 new_root_objectid)
Undocumented in source.
btrfs_cow_block
int btrfs_cow_block(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, extent_buffer* parent, int parent_slot, extent_buffer** cow_ret)
Undocumented in source.
btrfs_cpu_key_to_disk
void btrfs_cpu_key_to_disk(btrfs_disk_key* disk, btrfs_key* cpu)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_create_root
int btrfs_create_root(btrfs_trans_handle* trans, btrfs_fs_info* fs_info, u64 objectid)
Undocumented in source.
btrfs_csum_file_block
int btrfs_csum_file_block(btrfs_trans_handle* trans, btrfs_root* root, u64 alloc_end, u64 bytenr, char* data, size_t len)
Undocumented in source.
btrfs_csum_truncate
int btrfs_csum_truncate(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, u64 isize)
Undocumented in source.
btrfs_csum_type_size
u16 btrfs_csum_type_size(u16 csum_type)
Undocumented in source.
btrfs_dec_ref
int btrfs_dec_ref(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, int record_parent)
Undocumented in source.
btrfs_del_csums
int btrfs_del_csums(btrfs_trans_handle* trans, u64 bytenr, u64 len)
Undocumented in source.
btrfs_del_inode_extref
int btrfs_del_inode_extref(btrfs_trans_handle* trans, btrfs_root* root, char* name, int name_len, u64 inode_objectid, u64 ref_objectid, u64* index)
Undocumented in source.
btrfs_del_inode_ref
int btrfs_del_inode_ref(btrfs_trans_handle* trans, btrfs_root* root, char* name, int name_len, u64 ino, u64 parent_ino, u64* index)
Undocumented in source.
btrfs_del_item
int btrfs_del_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_del_items
int btrfs_del_items(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, int slot, int nr)
Undocumented in source.
btrfs_del_ptr
int btrfs_del_ptr(btrfs_root* root, btrfs_path* path, int level, int slot)
Undocumented in source.
btrfs_del_root
int btrfs_del_root(btrfs_trans_handle* trans, btrfs_root* root, btrfs_key* key)
Undocumented in source.
btrfs_delete_one_dir_name
int btrfs_delete_one_dir_name(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, btrfs_dir_item* di)
Undocumented in source.
btrfs_dev_extent_chunk_tree_uuid
u8* btrfs_dev_extent_chunk_tree_uuid(btrfs_dev_extent* dev)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_dev_stats_value
u64 btrfs_dev_stats_value(extent_buffer* eb, btrfs_dev_stats_item* ptr, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_device_fsid
char* btrfs_device_fsid(btrfs_dev_item* d)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_device_uuid
char* btrfs_device_uuid(btrfs_dev_item* d)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_dir_item_key
void btrfs_dir_item_key(extent_buffer* eb, btrfs_dir_item* item, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_dir_item_key_to_cpu
void btrfs_dir_item_key_to_cpu(extent_buffer* eb, btrfs_dir_item* item, btrfs_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_disk_key_to_cpu
void btrfs_disk_key_to_cpu(btrfs_key* cpu, btrfs_disk_key* disk)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_extend_item
int btrfs_extend_item(btrfs_root* root, btrfs_path* path, u32 data_size)
Undocumented in source.
btrfs_extent_inline_ref_size
u32 btrfs_extent_inline_ref_size(int type)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_extref_hash
u64 btrfs_extref_hash(u64 parent_objectid, char* name, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_file_extent_calc_inline_size
u32 btrfs_file_extent_calc_inline_size(u32 datasize)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_file_extent_inline_item_len
u32 btrfs_file_extent_inline_item_len(extent_buffer* eb, btrfs_item* e)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_file_extent_inline_start
ulong btrfs_file_extent_inline_start(btrfs_file_extent_item* e)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_find_free_objectid
int btrfs_find_free_objectid(btrfs_trans_handle* trans, btrfs_root* fs_root, u64 dirid, u64* objectid)
Undocumented in source.
btrfs_find_item
int btrfs_find_item(btrfs_root* fs_root, btrfs_path* found_path, u64 iobjectid, u64 ioff, u8 key_type, btrfs_key* found_key)
Undocumented in source.
btrfs_find_last_root
int btrfs_find_last_root(btrfs_root* root, u64 objectid, btrfs_root_item* item, btrfs_key* key)
Undocumented in source.
btrfs_finish_extent_commit
void btrfs_finish_extent_commit(btrfs_trans_handle* trans)
Undocumented in source.
btrfs_fix_block_accounting
int btrfs_fix_block_accounting(btrfs_trans_handle* trans)
Undocumented in source.
btrfs_fixup_low_keys
void btrfs_fixup_low_keys(btrfs_root* root, btrfs_path* path, btrfs_disk_key* key, int level)
Undocumented in source.
btrfs_free_block_groups
int btrfs_free_block_groups(btrfs_fs_info* info)
Undocumented in source.
btrfs_free_extent
int btrfs_free_extent(btrfs_trans_handle* trans, btrfs_root* root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset)
Undocumented in source.
btrfs_free_path
void btrfs_free_path(btrfs_path* p)
Undocumented in source.
btrfs_free_space_key
void btrfs_free_space_key(extent_buffer* eb, btrfs_free_space_header* h, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_free_tree_block
int btrfs_free_tree_block(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, u64 parent, int last_ref)
Undocumented in source.
btrfs_fs_incompat
bool btrfs_fs_incompat(btrfs_fs_info* fs_info)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_fs_incompat_ro
bool btrfs_fs_incompat_ro(btrfs_fs_info* fs_info)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_get_extent
int btrfs_get_extent(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, u64 ino, u64 offset, u64 len, int ins_len)
Undocumented in source.
btrfs_header_backref_rev
int btrfs_header_backref_rev(extent_buffer* eb)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_header_chunk_tree_uuid
ulong btrfs_header_chunk_tree_uuid(extent_buffer* eb)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_header_csum
u8* btrfs_header_csum(extent_buffer* eb)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_header_flag
int btrfs_header_flag(extent_buffer* eb, u64 flag)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_header_fsid
ulong btrfs_header_fsid()
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_inc_extent_ref
int btrfs_inc_extent_ref(btrfs_trans_handle* trans, btrfs_root* root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset)
Undocumented in source.
btrfs_inc_ref
int btrfs_inc_ref(btrfs_trans_handle* trans, btrfs_root* root, extent_buffer* buf, int record_parent)
Undocumented in source.
btrfs_init_path
void btrfs_init_path(btrfs_path* p)
Undocumented in source.
btrfs_inode_atime
btrfs_timespec* btrfs_inode_atime(btrfs_inode_item* inode_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_inode_ctime
btrfs_timespec* btrfs_inode_ctime(btrfs_inode_item* inode_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_inode_mtime
btrfs_timespec* btrfs_inode_mtime(btrfs_inode_item* inode_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_inode_otime
btrfs_timespec* btrfs_inode_otime(btrfs_inode_item* inode_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_insert_dir_item
int btrfs_insert_dir_item(btrfs_trans_handle* trans, btrfs_root* root, char* name, int name_len, u64 dir, btrfs_key* location, u8 type, u64 index)
Undocumented in source.
btrfs_insert_empty_item
int btrfs_insert_empty_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, btrfs_key* key, u32 data_size)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_insert_empty_items
int btrfs_insert_empty_items(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, btrfs_key* cpu_key, u32* data_size, int nr)
Undocumented in source.
btrfs_insert_file_extent
int btrfs_insert_file_extent(btrfs_trans_handle* trans, btrfs_root* root, u64 objectid, u64 pos, u64 offset, u64 disk_num_bytes, u64 num_bytes)
Undocumented in source.
btrfs_insert_inline_extent
int btrfs_insert_inline_extent(btrfs_trans_handle* trans, btrfs_root* root, u64 objectid, u64 offset, char* buffer, size_t size)
Undocumented in source.
btrfs_insert_inode
int btrfs_insert_inode(btrfs_trans_handle* trans, btrfs_root* root, u64 objectid, btrfs_inode_item* inode_item)
Undocumented in source.
btrfs_insert_inode_extref
int btrfs_insert_inode_extref(btrfs_trans_handle* trans, btrfs_root* root, char* name, int name_len, u64 inode_objectid, u64 ref_objectid, u64 index)
Undocumented in source.
btrfs_insert_inode_ref
int btrfs_insert_inode_ref(btrfs_trans_handle* trans, btrfs_root* root, char* name, int name_len, u64 inode_objectid, u64 ref_objectid, u64 index)
Undocumented in source.
btrfs_insert_item
int btrfs_insert_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_key* key, void* data, u32 data_size)
Undocumented in source.
btrfs_insert_root
int btrfs_insert_root(btrfs_trans_handle* trans, btrfs_root* root, btrfs_key* key, btrfs_root_item* item)
Undocumented in source.
btrfs_insert_xattr_item
int btrfs_insert_xattr_item(btrfs_trans_handle* trans, btrfs_root* root, char* name, u16 name_len, void* data, u16 data_len, u64 dir)
Undocumented in source.
btrfs_is_leaf
int btrfs_is_leaf(extent_buffer* eb)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_end
u32 btrfs_item_end(extent_buffer* eb, btrfs_item* item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_end_nr
u32 btrfs_item_end_nr(extent_buffer* eb, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_key
void btrfs_item_key(extent_buffer* eb, btrfs_disk_key* disk_key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_key_to_cpu
void btrfs_item_key_to_cpu(extent_buffer* eb, btrfs_key* key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_nr
btrfs_item* btrfs_item_nr(int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_nr_offset
ulong btrfs_item_nr_offset(int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_offset_nr
u32 btrfs_item_offset_nr(extent_buffer* eb, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_ptr
type* btrfs_item_ptr(extent_buffer* leaf, int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_ptr_offset
ulong btrfs_item_ptr_offset(extent_buffer* leaf, int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_item_size_nr
u32 btrfs_item_size_nr(extent_buffer* eb, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_leaf_data
ulong btrfs_leaf_data(extent_buffer* l)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_leaf_free_space
int btrfs_leaf_free_space(extent_buffer* leaf)
Undocumented in source.
btrfs_lookup_block_group
btrfs_block_group* btrfs_lookup_block_group(btrfs_fs_info* info, u64 bytenr)
Undocumented in source.
btrfs_lookup_dir_index_item
btrfs_dir_item* btrfs_lookup_dir_index_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, u64 dir, u64 objectid, char* name, int name_len, int mod)
Undocumented in source.
btrfs_lookup_dir_item
btrfs_dir_item* btrfs_lookup_dir_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, u64 dir, char* name, int name_len, int mod)
Undocumented in source.
btrfs_lookup_extent_info
int btrfs_lookup_extent_info(btrfs_trans_handle* trans, btrfs_fs_info* fs_info, u64 bytenr, u64 offset, int metadata, u64* refs, u64* flags)
Undocumented in source.
btrfs_lookup_first_block_group
btrfs_block_group* btrfs_lookup_first_block_group(btrfs_fs_info* info, u64 bytenr)
Undocumented in source.
btrfs_lookup_inode
int btrfs_lookup_inode(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, btrfs_key* location, int mod)
Undocumented in source.
btrfs_lookup_inode_extref
btrfs_inode_extref* btrfs_lookup_inode_extref(btrfs_trans_handle* trans, btrfs_path* path, btrfs_root* root, u64 ino, u64 parent_ino, u64 index, char* name, int namelen, int ins_len)
Undocumented in source.
btrfs_lookup_inode_ref
btrfs_inode_ref* btrfs_lookup_inode_ref(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, char* name, int namelen, u64 ino, u64 parent_ino, int ins_len)
Undocumented in source.
btrfs_lookup_uuid_received_subvol_item
int btrfs_lookup_uuid_received_subvol_item(int fd, u8* uuid, u64* subvol_id)
Undocumented in source.
btrfs_lookup_uuid_subvol_item
int btrfs_lookup_uuid_subvol_item(int fd, u8* uuid, u64* subvol_id)
Undocumented in source.
btrfs_make_block_group
int btrfs_make_block_group(btrfs_trans_handle* trans, btrfs_fs_info* fs_info, u64 bytes_used, u64 type, u64 chunk_offset, u64 size)
Undocumented in source.
btrfs_make_block_groups
int btrfs_make_block_groups(btrfs_trans_handle* trans, btrfs_fs_info* fs_info)
Undocumented in source.
btrfs_match_dir_item_name
btrfs_dir_item* btrfs_match_dir_item_name(btrfs_root* root, btrfs_path* path, char* name, int name_len)
Undocumented in source.
btrfs_mkdir
int btrfs_mkdir(btrfs_trans_handle* trans, btrfs_root* root, char* name, int namelen, u64 parent_ino, u64* ino, int mode)
Undocumented in source.
btrfs_mksubvol
btrfs_root* btrfs_mksubvol(btrfs_root* root, char* base, u64 root_objectid, bool convert)
Undocumented in source.
btrfs_name_hash
u64 btrfs_name_hash(char* name, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_new_inode
int btrfs_new_inode(btrfs_trans_handle* trans, btrfs_root* root, u64 ino, u32 mode)
Undocumented in source.
btrfs_next_extent_item
int btrfs_next_extent_item(btrfs_root* root, btrfs_path* path, u64 max_objectid)
Undocumented in source.
btrfs_next_item
int btrfs_next_item(btrfs_root* root, btrfs_path* p)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_next_leaf
int btrfs_next_leaf(btrfs_root* root, btrfs_path* path)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_next_sibling_tree_block
int btrfs_next_sibling_tree_block(btrfs_fs_info* fs_info, btrfs_path* path)
Undocumented in source.
btrfs_node_blockptr
u64 btrfs_node_blockptr(extent_buffer* eb, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_node_key
void btrfs_node_key(extent_buffer* eb, btrfs_disk_key* disk_key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_node_key_ptr_offset
ulong btrfs_node_key_ptr_offset(int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_node_key_to_cpu
void btrfs_node_key_to_cpu(extent_buffer* eb, btrfs_key* key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_node_ptr_generation
u64 btrfs_node_ptr_generation(extent_buffer* eb, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_pin_extent
void btrfs_pin_extent(btrfs_fs_info* fs_info, u64 bytenr, u64 num_bytes)
Undocumented in source.
btrfs_prev_leaf
int btrfs_prev_leaf(btrfs_root* root, btrfs_path* path)
Undocumented in source.
btrfs_previous_extent_item
int btrfs_previous_extent_item(btrfs_root* root, btrfs_path* path, u64 min_objectid)
Undocumented in source.
btrfs_previous_item
int btrfs_previous_item(btrfs_root* root, btrfs_path* path, u64 min_objectid, int type)
Undocumented in source.
btrfs_punch_hole
int btrfs_punch_hole(btrfs_trans_handle* trans, btrfs_root* root, u64 ino, u64 offset, u64 len)
Undocumented in source.
btrfs_qgroup_level
u64 btrfs_qgroup_level(u64 qgroupid)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_qgroup_subvid
u64 btrfs_qgroup_subvid(u64 qgroupid)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_read_block_groups
int btrfs_read_block_groups(btrfs_fs_info* info)
Undocumented in source.
btrfs_read_file
int btrfs_read_file(btrfs_root* root, u64 ino, u64 start, int len, char* dest)
Undocumented in source.
btrfs_record_file_extent
int btrfs_record_file_extent(btrfs_trans_handle* trans, btrfs_root* root, u64 objectid, btrfs_inode_item* inode, u64 file_pos, u64 disk_bytenr, u64 num_bytes)
Undocumented in source.
btrfs_release_path
void btrfs_release_path(btrfs_path* p)
Undocumented in source.
btrfs_remove_block_group
int btrfs_remove_block_group(btrfs_trans_handle* trans, u64 bytenr, u64 len)
Undocumented in source.
btrfs_reserve_extent
int btrfs_reserve_extent(btrfs_trans_handle* trans, btrfs_root* root, u64 num_bytes, u64 empty_size, u64 hint_byte, u64 search_end, btrfs_key* ins, bool is_data)
Undocumented in source.
btrfs_root_ctime
btrfs_timespec* btrfs_root_ctime(btrfs_root_item* root_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_root_otime
btrfs_timespec* btrfs_root_otime(btrfs_root_item* root_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_root_rtime
btrfs_timespec* btrfs_root_rtime(btrfs_root_item* root_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_root_stime
btrfs_timespec* btrfs_root_stime(btrfs_root_item* root_item)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_run_delayed_refs
int btrfs_run_delayed_refs(btrfs_trans_handle* trans, ulong nr)
Undocumented in source.
btrfs_search_header_len
u32 btrfs_search_header_len(btrfs_ioctl_search_header* sh)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_search_header_objectid
u64 btrfs_search_header_objectid(btrfs_ioctl_search_header* sh)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_search_header_offset
u64 btrfs_search_header_offset(btrfs_ioctl_search_header* sh)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_search_header_transid
u64 btrfs_search_header_transid(btrfs_ioctl_search_header* sh)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_search_header_type
u32 btrfs_search_header_type(btrfs_ioctl_search_header* sh)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_search_slot
int btrfs_search_slot(btrfs_trans_handle* trans, btrfs_root* root, btrfs_key* key, btrfs_path* p, int ins_len, int cow)
Undocumented in source.
btrfs_search_slot_for_read
int btrfs_search_slot_for_read(btrfs_root* root, btrfs_key* key, btrfs_path* p, int find_higher, int return_any)
Undocumented in source.
btrfs_set_block_flags
int btrfs_set_block_flags(btrfs_trans_handle* trans, u64 bytenr, int level, u64 flags)
Undocumented in source.
btrfs_set_dir_item_key
void btrfs_set_dir_item_key(extent_buffer* eb, btrfs_dir_item* item, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_free_space_key
void btrfs_set_free_space_key(extent_buffer* eb, btrfs_free_space_header* h, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_header_backref_rev
void btrfs_set_header_backref_rev(extent_buffer* eb, int rev)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_header_flag
int btrfs_set_header_flag(extent_buffer* eb, u64 flag)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_item_key
void btrfs_set_item_key(extent_buffer* eb, btrfs_disk_key* disk_key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_item_key_safe
int btrfs_set_item_key_safe(btrfs_root* root, btrfs_path* path, btrfs_key* new_key)
Undocumented in source.
btrfs_set_item_key_unsafe
void btrfs_set_item_key_unsafe(btrfs_root* root, btrfs_path* path, btrfs_key* new_key)
Undocumented in source.
btrfs_set_node_blockptr
void btrfs_set_node_blockptr(extent_buffer* eb, int nr, u64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_node_key
void btrfs_set_node_key(extent_buffer* eb, btrfs_disk_key* disk_key, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_node_ptr_generation
void btrfs_set_node_ptr_generation(extent_buffer* eb, int nr, u64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_stripe_devid_nr
void btrfs_set_stripe_devid_nr(extent_buffer* eb, btrfs_chunk* c, int nr, u64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_stripe_offset_nr
void btrfs_set_stripe_offset_nr(extent_buffer* eb, btrfs_chunk* c, int nr, u64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_set_tree_block_key
void btrfs_set_tree_block_key(extent_buffer* eb, btrfs_tree_block_info* item, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_split_item
int btrfs_split_item(btrfs_trans_handle* trans, btrfs_root* root, btrfs_path* path, btrfs_key* new_key, ulong split_offset)
Undocumented in source.
btrfs_stripe_dev_uuid
char* btrfs_stripe_dev_uuid(btrfs_stripe* s)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_stripe_dev_uuid_nr
char* btrfs_stripe_dev_uuid_nr(btrfs_chunk* c, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_stripe_devid_nr
u64 btrfs_stripe_devid_nr(extent_buffer* eb, btrfs_chunk* c, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_stripe_nr
btrfs_stripe* btrfs_stripe_nr(btrfs_chunk* c, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_stripe_offset_nr
u64 btrfs_stripe_offset_nr(extent_buffer* eb, btrfs_chunk* c, int nr)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_super_csum_name
const(char)* btrfs_super_csum_name(u16 csum_type)
Undocumented in source.
btrfs_super_csum_size
u16 btrfs_super_csum_size(btrfs_super_block* s)
Undocumented in source.
btrfs_super_num_csums
size_t btrfs_super_num_csums()
Undocumented in source.
btrfs_tree_block_key
void btrfs_tree_block_key(extent_buffer* eb, btrfs_tree_block_info* item, btrfs_disk_key* key)
Undocumented in source. Be warned that the author may not have intended to support it.
btrfs_truncate_item
int btrfs_truncate_item(btrfs_root* root, btrfs_path* path, u32 new_size, int from_end)
Undocumented in source.
btrfs_unlink
int btrfs_unlink(btrfs_trans_handle* trans, btrfs_root* root, u64 ino, u64 parent_ino, u64 index, char* name, int namelen, int add_orphan)
Undocumented in source.
btrfs_unpin_extent
void btrfs_unpin_extent(btrfs_fs_info* fs_info, u64 bytenr, u64 num_bytes)
Undocumented in source.
btrfs_update_block_group
int btrfs_update_block_group(btrfs_trans_handle* trans, u64 bytenr, u64 num, int alloc, int mark_free)
Undocumented in source.
btrfs_update_extent_ref
int btrfs_update_extent_ref(btrfs_trans_handle* trans, btrfs_root* root, u64 bytenr, u64 orig_parent, u64 parent, u64 root_objectid, u64 ref_generation, u64 owner_objectid)
Undocumented in source.
btrfs_update_root
int btrfs_update_root(btrfs_trans_handle* trans, btrfs_root* root, btrfs_key* key, btrfs_root_item* item)
Undocumented in source.
btrfs_uuid_to_key
void btrfs_uuid_to_key(u8* uuid, btrfs_key* key)
Undocumented in source.
btrfs_uuid_tree_add
int btrfs_uuid_tree_add(btrfs_trans_handle* trans, u8* uuid, u8 type, u64 subvol_id_cpu)
Undocumented in source.
btrfs_write_dirty_block_groups
int btrfs_write_dirty_block_groups(btrfs_trans_handle* trans)
Undocumented in source.
check_dir_conflict
int check_dir_conflict(btrfs_root* root, char* name, int namelen, u64 dir, u64 index)
Undocumented in source.
exclude_super_stripes
int exclude_super_stripes(btrfs_fs_info* fs_info, btrfs_block_group* cache)
Undocumented in source.
free_excluded_extents
void free_excluded_extents(btrfs_fs_info* fs_info, btrfs_block_group* cache)
Undocumented in source.
hash_extent_data_ref
u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset)
Undocumented in source.
is_fstree
int is_fstree(u64 rootid)
Undocumented in source. Be warned that the author may not have intended to support it.
read_eb_member
void read_eb_member(extent_buffer* eb, void* ptr, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.
read_node_slot
extent_buffer* read_node_slot(btrfs_fs_info* fs_info, extent_buffer* parent, int slot)
Undocumented in source.
reada_for_search
void reada_for_search(btrfs_fs_info* fs_info, btrfs_path* path, int level, int slot, u64 objectid)
Undocumented in source.
update_space_info
int update_space_info(btrfs_fs_info* info, u64 flags, u64 total_bytes, u64 bytes_used, btrfs_space_info** space_info)
Undocumented in source.
write_eb_member
void write_eb_member(extent_buffer* eb, void* ptr, void* result)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BTRFS_AVAIL_ALLOC_BIT_SINGLE
enum BTRFS_AVAIL_ALLOC_BIT_SINGLE;
Undocumented in source.
BTRFS_BACKREF_REV_MASK
enum BTRFS_BACKREF_REV_MASK;
Undocumented in source.
BTRFS_BACKREF_REV_MAX
enum BTRFS_BACKREF_REV_MAX;
Undocumented in source.
BTRFS_BACKREF_REV_SHIFT
enum BTRFS_BACKREF_REV_SHIFT;
Undocumented in source.
BTRFS_BALANCE_ITEM_KEY
enum BTRFS_BALANCE_ITEM_KEY;
Undocumented in source.
BTRFS_BALANCE_OBJECTID
enum BTRFS_BALANCE_OBJECTID;
Undocumented in source.
BTRFS_BLOCK_FLAG_FULL_BACKREF
enum BTRFS_BLOCK_FLAG_FULL_BACKREF;
Undocumented in source.
BTRFS_BLOCK_GROUP_DATA
enum BTRFS_BLOCK_GROUP_DATA;
Undocumented in source.
BTRFS_BLOCK_GROUP_DUP
enum BTRFS_BLOCK_GROUP_DUP;
Undocumented in source.
BTRFS_BLOCK_GROUP_ITEM_KEY
enum BTRFS_BLOCK_GROUP_ITEM_KEY;
Undocumented in source.
BTRFS_BLOCK_GROUP_METADATA
enum BTRFS_BLOCK_GROUP_METADATA;
Undocumented in source.
BTRFS_BLOCK_GROUP_PROFILE_MASK
enum BTRFS_BLOCK_GROUP_PROFILE_MASK;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID0
enum BTRFS_BLOCK_GROUP_RAID0;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID1
enum BTRFS_BLOCK_GROUP_RAID1;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID10
enum BTRFS_BLOCK_GROUP_RAID10;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID1C3
enum BTRFS_BLOCK_GROUP_RAID1C3;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID1C4
enum BTRFS_BLOCK_GROUP_RAID1C4;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID5
enum BTRFS_BLOCK_GROUP_RAID5;
Undocumented in source.
BTRFS_BLOCK_GROUP_RAID6
enum BTRFS_BLOCK_GROUP_RAID6;
Undocumented in source.
BTRFS_BLOCK_GROUP_RESERVED
enum BTRFS_BLOCK_GROUP_RESERVED;
Undocumented in source.
BTRFS_BLOCK_GROUP_SYSTEM
enum BTRFS_BLOCK_GROUP_SYSTEM;
Undocumented in source.
BTRFS_BLOCK_GROUP_TYPE_MASK
enum BTRFS_BLOCK_GROUP_TYPE_MASK;
Undocumented in source.
BTRFS_BLOCK_RESERVED_1M_FOR_SUPER
enum BTRFS_BLOCK_RESERVED_1M_FOR_SUPER;
Undocumented in source.
BTRFS_CHUNK_ITEM_KEY
enum BTRFS_CHUNK_ITEM_KEY;
Undocumented in source.
BTRFS_CHUNK_TREE_OBJECTID
enum BTRFS_CHUNK_TREE_OBJECTID;
Undocumented in source.
BTRFS_CSUM_ITEM_KEY
enum BTRFS_CSUM_ITEM_KEY;
Undocumented in source.
BTRFS_CSUM_SIZE
enum BTRFS_CSUM_SIZE;
Undocumented in source.
BTRFS_CSUM_TREE_OBJECTID
enum BTRFS_CSUM_TREE_OBJECTID;
Undocumented in source.
BTRFS_DATA_RELOC_TREE_OBJECTID
enum BTRFS_DATA_RELOC_TREE_OBJECTID;
Undocumented in source.
BTRFS_DEV_EXTENT_KEY
enum BTRFS_DEV_EXTENT_KEY;
Undocumented in source.
BTRFS_DEV_ITEMS_OBJECTID
enum BTRFS_DEV_ITEMS_OBJECTID;
Undocumented in source.
BTRFS_DEV_ITEM_KEY
enum BTRFS_DEV_ITEM_KEY;
Undocumented in source.
BTRFS_DEV_REPLACE_KEY
enum BTRFS_DEV_REPLACE_KEY;
Undocumented in source.
BTRFS_DEV_STATS_KEY
enum BTRFS_DEV_STATS_KEY;
Undocumented in source.
BTRFS_DEV_STATS_OBJECTID
enum BTRFS_DEV_STATS_OBJECTID;
Undocumented in source.
BTRFS_DEV_TREE_OBJECTID
enum BTRFS_DEV_TREE_OBJECTID;
Undocumented in source.
BTRFS_DIR_INDEX_KEY
enum BTRFS_DIR_INDEX_KEY;
Undocumented in source.
BTRFS_DIR_ITEM_KEY
enum BTRFS_DIR_ITEM_KEY;
Undocumented in source.
BTRFS_DIR_LOG_INDEX_KEY
enum BTRFS_DIR_LOG_INDEX_KEY;
Undocumented in source.
BTRFS_DIR_LOG_ITEM_KEY
enum BTRFS_DIR_LOG_ITEM_KEY;
Undocumented in source.
BTRFS_EMPTY_DIR_SIZE
enum BTRFS_EMPTY_DIR_SIZE;
Undocumented in source.
BTRFS_EMPTY_SUBVOL_DIR_OBJECTID
enum BTRFS_EMPTY_SUBVOL_DIR_OBJECTID;
Undocumented in source.
BTRFS_EXTENDED_PROFILE_MASK
enum BTRFS_EXTENDED_PROFILE_MASK;
Undocumented in source.
BTRFS_EXTENT_CSUM_KEY
enum BTRFS_EXTENT_CSUM_KEY;
Undocumented in source.
BTRFS_EXTENT_CSUM_OBJECTID
enum BTRFS_EXTENT_CSUM_OBJECTID;
Undocumented in source.
BTRFS_EXTENT_DATA_KEY
enum BTRFS_EXTENT_DATA_KEY;
Undocumented in source.
BTRFS_EXTENT_DATA_REF_KEY
enum BTRFS_EXTENT_DATA_REF_KEY;
Undocumented in source.
BTRFS_EXTENT_FLAG_DATA
enum BTRFS_EXTENT_FLAG_DATA;
Undocumented in source.
BTRFS_EXTENT_FLAG_TREE_BLOCK
enum BTRFS_EXTENT_FLAG_TREE_BLOCK;
Undocumented in source.
BTRFS_EXTENT_ITEM_KEY
enum BTRFS_EXTENT_ITEM_KEY;
Undocumented in source.
BTRFS_EXTENT_REF_V0_KEY
enum BTRFS_EXTENT_REF_V0_KEY;
Undocumented in source.
BTRFS_EXTENT_TREE_OBJECTID
enum BTRFS_EXTENT_TREE_OBJECTID;
Undocumented in source.
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE
enum BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE;
Undocumented in source.
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE_VALID
enum BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE_VALID;
Undocumented in source.
BTRFS_FEATURE_COMPAT_RO_SUPP
enum BTRFS_FEATURE_COMPAT_RO_SUPP;
Undocumented in source.
BTRFS_FEATURE_COMPAT_SUPP
enum BTRFS_FEATURE_COMPAT_SUPP;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_BIG_METADATA
enum BTRFS_FEATURE_INCOMPAT_BIG_METADATA;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO
enum BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_COMPRESS_ZSTD
enum BTRFS_FEATURE_INCOMPAT_COMPRESS_ZSTD;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_DEFAULT_SUBVOL
enum BTRFS_FEATURE_INCOMPAT_DEFAULT_SUBVOL;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF
enum BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_METADATA_UUID
enum BTRFS_FEATURE_INCOMPAT_METADATA_UUID;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF
enum BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS
enum BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_NO_HOLES
enum BTRFS_FEATURE_INCOMPAT_NO_HOLES;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_RAID1C34
enum BTRFS_FEATURE_INCOMPAT_RAID1C34;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_RAID56
enum BTRFS_FEATURE_INCOMPAT_RAID56;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA
enum BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA;
Undocumented in source.
BTRFS_FEATURE_INCOMPAT_SUPP
enum BTRFS_FEATURE_INCOMPAT_SUPP;
Undocumented in source.
BTRFS_FILE_EXTENT_INLINE
enum BTRFS_FILE_EXTENT_INLINE;
Undocumented in source.
BTRFS_FILE_EXTENT_INLINE_DATA_START
enum BTRFS_FILE_EXTENT_INLINE_DATA_START;
Undocumented in source.
BTRFS_FILE_EXTENT_PREALLOC
enum BTRFS_FILE_EXTENT_PREALLOC;
Undocumented in source.
BTRFS_FILE_EXTENT_REG
enum BTRFS_FILE_EXTENT_REG;
Undocumented in source.
BTRFS_FIRST_CHUNK_TREE_OBJECTID
enum BTRFS_FIRST_CHUNK_TREE_OBJECTID;
Undocumented in source.
BTRFS_FIRST_FREE_OBJECTID
enum BTRFS_FIRST_FREE_OBJECTID;
Undocumented in source.
BTRFS_FREE_INO_OBJECTID
enum BTRFS_FREE_INO_OBJECTID;
Undocumented in source.
BTRFS_FREE_SPACE_BITMAP
enum BTRFS_FREE_SPACE_BITMAP;
Undocumented in source.
BTRFS_FREE_SPACE_BITMAP_KEY
enum BTRFS_FREE_SPACE_BITMAP_KEY;
Undocumented in source.
BTRFS_FREE_SPACE_EXTENT
enum BTRFS_FREE_SPACE_EXTENT;
Undocumented in source.
BTRFS_FREE_SPACE_EXTENT_KEY
enum BTRFS_FREE_SPACE_EXTENT_KEY;
Undocumented in source.
BTRFS_FREE_SPACE_INFO_KEY
enum BTRFS_FREE_SPACE_INFO_KEY;
Undocumented in source.
BTRFS_FREE_SPACE_OBJECTID
enum BTRFS_FREE_SPACE_OBJECTID;
Undocumented in source.
BTRFS_FREE_SPACE_TREE_OBJECTID
enum BTRFS_FREE_SPACE_TREE_OBJECTID;
Undocumented in source.
BTRFS_FREE_SPACE_USING_BITMAPS
enum BTRFS_FREE_SPACE_USING_BITMAPS;
Undocumented in source.
BTRFS_FS_TREE_OBJECTID
enum BTRFS_FS_TREE_OBJECTID;
Undocumented in source.
BTRFS_FT_BLKDEV
enum BTRFS_FT_BLKDEV;
Undocumented in source.
BTRFS_FT_CHRDEV
enum BTRFS_FT_CHRDEV;
Undocumented in source.
BTRFS_FT_DIR
enum BTRFS_FT_DIR;
Undocumented in source.
BTRFS_FT_FIFO
enum BTRFS_FT_FIFO;
Undocumented in source.
BTRFS_FT_MAX
enum BTRFS_FT_MAX;
Undocumented in source.
BTRFS_FT_REG_FILE
enum BTRFS_FT_REG_FILE;
Undocumented in source.
BTRFS_FT_SOCK
enum BTRFS_FT_SOCK;
Undocumented in source.
BTRFS_FT_SYMLINK
enum BTRFS_FT_SYMLINK;
Undocumented in source.
BTRFS_FT_UNKNOWN
enum BTRFS_FT_UNKNOWN;
Undocumented in source.
BTRFS_FT_XATTR
enum BTRFS_FT_XATTR;
Undocumented in source.
BTRFS_HEADER_FLAG_RELOC
enum BTRFS_HEADER_FLAG_RELOC;
Undocumented in source.
BTRFS_HEADER_FLAG_WRITTEN
enum BTRFS_HEADER_FLAG_WRITTEN;
Undocumented in source.
BTRFS_INODE_APPEND
enum BTRFS_INODE_APPEND;
Undocumented in source.
BTRFS_INODE_COMPRESS
enum BTRFS_INODE_COMPRESS;
Undocumented in source.
BTRFS_INODE_DIRSYNC
enum BTRFS_INODE_DIRSYNC;
Undocumented in source.
BTRFS_INODE_EXTREF_KEY
enum BTRFS_INODE_EXTREF_KEY;
Undocumented in source.
BTRFS_INODE_IMMUTABLE
enum BTRFS_INODE_IMMUTABLE;
Undocumented in source.
BTRFS_INODE_ITEM_KEY
enum BTRFS_INODE_ITEM_KEY;
Undocumented in source.
BTRFS_INODE_NOATIME
enum BTRFS_INODE_NOATIME;
Undocumented in source.
BTRFS_INODE_NOCOMPRESS
enum BTRFS_INODE_NOCOMPRESS;
Undocumented in source.
BTRFS_INODE_NODATACOW
enum BTRFS_INODE_NODATACOW;
Undocumented in source.
BTRFS_INODE_NODATASUM
enum BTRFS_INODE_NODATASUM;
Undocumented in source.
BTRFS_INODE_NODUMP
enum BTRFS_INODE_NODUMP;
Undocumented in source.
BTRFS_INODE_PREALLOC
enum BTRFS_INODE_PREALLOC;
Undocumented in source.
BTRFS_INODE_READONLY
enum BTRFS_INODE_READONLY;
Undocumented in source.
BTRFS_INODE_REF_KEY
enum BTRFS_INODE_REF_KEY;
Undocumented in source.
BTRFS_INODE_SYNC
enum BTRFS_INODE_SYNC;
Undocumented in source.
BTRFS_LABEL_SIZE
enum BTRFS_LABEL_SIZE;
Undocumented in source.
BTRFS_LAST_FREE_OBJECTID
enum BTRFS_LAST_FREE_OBJECTID;
Undocumented in source.
BTRFS_LINK_MAX
enum BTRFS_LINK_MAX;
Undocumented in source.
BTRFS_MAGIC
enum BTRFS_MAGIC;
Undocumented in source.
BTRFS_MAGIC_TEMPORARY
enum BTRFS_MAGIC_TEMPORARY;
Undocumented in source.
BTRFS_MAX_EXTENT_SIZE
enum BTRFS_MAX_EXTENT_SIZE;
Undocumented in source.
BTRFS_MAX_LEVEL
enum BTRFS_MAX_LEVEL;
Undocumented in source.
BTRFS_MAX_METADATA_BLOCKSIZE
enum BTRFS_MAX_METADATA_BLOCKSIZE;
Undocumented in source.
BTRFS_MAX_MIRRORS
enum BTRFS_MAX_MIRRORS;
Undocumented in source.
BTRFS_METADATA_ITEM_KEY
enum BTRFS_METADATA_ITEM_KEY;
Undocumented in source.
BTRFS_MIXED_BACKREF_REV
enum BTRFS_MIXED_BACKREF_REV;
Undocumented in source.
BTRFS_MULTIPLE_OBJECTIDS
enum BTRFS_MULTIPLE_OBJECTIDS;
Undocumented in source.
BTRFS_NAME_LEN
enum BTRFS_NAME_LEN;
Undocumented in source.
BTRFS_NUM_BACKUP_ROOTS
enum BTRFS_NUM_BACKUP_ROOTS;
Undocumented in source.
BTRFS_OLD_BACKREF_REV
enum BTRFS_OLD_BACKREF_REV;
Undocumented in source.
BTRFS_ORPHAN_ITEM_KEY
enum BTRFS_ORPHAN_ITEM_KEY;
Undocumented in source.
BTRFS_ORPHAN_OBJECTID
enum BTRFS_ORPHAN_OBJECTID;
Undocumented in source.
BTRFS_PERSISTENT_ITEM_KEY
enum BTRFS_PERSISTENT_ITEM_KEY;
Undocumented in source.
BTRFS_QGROUP_INFO_KEY
enum BTRFS_QGROUP_INFO_KEY;
Undocumented in source.
BTRFS_QGROUP_LEVEL_SHIFT
enum BTRFS_QGROUP_LEVEL_SHIFT;
Undocumented in source.
BTRFS_QGROUP_LIMIT_EXCL_CMPR
enum BTRFS_QGROUP_LIMIT_EXCL_CMPR;
Undocumented in source.
BTRFS_QGROUP_LIMIT_KEY
enum BTRFS_QGROUP_LIMIT_KEY;
Undocumented in source.
BTRFS_QGROUP_LIMIT_MAX_EXCL
enum BTRFS_QGROUP_LIMIT_MAX_EXCL;
Undocumented in source.
BTRFS_QGROUP_LIMIT_MAX_RFER
enum BTRFS_QGROUP_LIMIT_MAX_RFER;
Undocumented in source.
BTRFS_QGROUP_LIMIT_RFER_CMPR
enum BTRFS_QGROUP_LIMIT_RFER_CMPR;
Undocumented in source.
BTRFS_QGROUP_LIMIT_RSV_EXCL
enum BTRFS_QGROUP_LIMIT_RSV_EXCL;
Undocumented in source.
BTRFS_QGROUP_LIMIT_RSV_RFER
enum BTRFS_QGROUP_LIMIT_RSV_RFER;
Undocumented in source.
BTRFS_QGROUP_RELATION_KEY
enum BTRFS_QGROUP_RELATION_KEY;
Undocumented in source.
BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT
enum BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT;
Undocumented in source.
BTRFS_QGROUP_STATUS_FLAG_ON
enum BTRFS_QGROUP_STATUS_FLAG_ON;
Undocumented in source.
BTRFS_QGROUP_STATUS_FLAG_RESCAN
enum BTRFS_QGROUP_STATUS_FLAG_RESCAN;
Undocumented in source.
BTRFS_QGROUP_STATUS_KEY
enum BTRFS_QGROUP_STATUS_KEY;
Undocumented in source.
BTRFS_QGROUP_STATUS_VERSION
enum BTRFS_QGROUP_STATUS_VERSION;
Undocumented in source.
BTRFS_QUOTA_TREE_OBJECTID
enum BTRFS_QUOTA_TREE_OBJECTID;
Undocumented in source.
BTRFS_ROOT_BACKREF_KEY
enum BTRFS_ROOT_BACKREF_KEY;
Undocumented in source.
BTRFS_ROOT_ITEM_KEY
enum BTRFS_ROOT_ITEM_KEY;
Undocumented in source.
BTRFS_ROOT_REF_KEY
enum BTRFS_ROOT_REF_KEY;
Undocumented in source.
BTRFS_ROOT_SUBVOL_RDONLY
enum BTRFS_ROOT_SUBVOL_RDONLY;
Undocumented in source.
BTRFS_ROOT_TREE_DIR_OBJECTID
enum BTRFS_ROOT_TREE_DIR_OBJECTID;
Undocumented in source.
BTRFS_ROOT_TREE_OBJECTID
enum BTRFS_ROOT_TREE_OBJECTID;
Undocumented in source.
BTRFS_SHARED_BLOCK_REF_KEY
enum BTRFS_SHARED_BLOCK_REF_KEY;
Undocumented in source.
BTRFS_SHARED_DATA_REF_KEY
enum BTRFS_SHARED_DATA_REF_KEY;
Undocumented in source.
BTRFS_SPACE_INFO_GLOBAL_RSV
enum BTRFS_SPACE_INFO_GLOBAL_RSV;
Undocumented in source.
BTRFS_STRING_ITEM_KEY
enum BTRFS_STRING_ITEM_KEY;
Undocumented in source.
BTRFS_SUPER_FLAG_CHANGING_FSID
enum BTRFS_SUPER_FLAG_CHANGING_FSID;
Undocumented in source.
BTRFS_SUPER_FLAG_CHANGING_FSID_V2
enum BTRFS_SUPER_FLAG_CHANGING_FSID_V2;
Undocumented in source.
BTRFS_SUPER_FLAG_METADUMP
enum BTRFS_SUPER_FLAG_METADUMP;
Undocumented in source.
BTRFS_SUPER_FLAG_METADUMP_V2
enum BTRFS_SUPER_FLAG_METADUMP_V2;
Undocumented in source.
BTRFS_SUPER_FLAG_SEEDING
enum BTRFS_SUPER_FLAG_SEEDING;
Undocumented in source.
BTRFS_SYSTEM_CHUNK_ARRAY_SIZE
enum BTRFS_SYSTEM_CHUNK_ARRAY_SIZE;
Undocumented in source.
BTRFS_TEMPORARY_ITEM_KEY
enum BTRFS_TEMPORARY_ITEM_KEY;
Undocumented in source.
BTRFS_TREE_BLOCK_REF_KEY
enum BTRFS_TREE_BLOCK_REF_KEY;
Undocumented in source.
BTRFS_TREE_LOG_FIXUP_OBJECTID
enum BTRFS_TREE_LOG_FIXUP_OBJECTID;
Undocumented in source.
BTRFS_TREE_LOG_OBJECTID
enum BTRFS_TREE_LOG_OBJECTID;
Undocumented in source.
BTRFS_TREE_RELOC_OBJECTID
enum BTRFS_TREE_RELOC_OBJECTID;
Undocumented in source.
BTRFS_UUID_KEY_RECEIVED_SUBVOL
enum BTRFS_UUID_KEY_RECEIVED_SUBVOL;
Undocumented in source.
BTRFS_UUID_KEY_SUBVOL
enum BTRFS_UUID_KEY_SUBVOL;
Undocumented in source.
BTRFS_UUID_SIZE
enum BTRFS_UUID_SIZE;
Undocumented in source.
BTRFS_UUID_TREE_OBJECTID
enum BTRFS_UUID_TREE_OBJECTID;
Undocumented in source.
BTRFS_XATTR_ITEM_KEY
enum BTRFS_XATTR_ITEM_KEY;
Undocumented in source.

Mixins

__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_limit_flags}, btrfs_qgroup_limit_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_limit_rsv_exclusive}, btrfs_qgroup_limit_item, q{rsv_exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_limit_rsv_referenced}, btrfs_qgroup_limit_item, q{rsv_referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_limit_max_exclusive}, btrfs_qgroup_limit_item, q{max_exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_limit_max_referenced}, btrfs_qgroup_limit_item, q{max_referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_limit_flags}, btrfs_qgroup_limit_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_info_exclusive_compressed}, btrfs_qgroup_info_item, q{exclusive_compressed}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_info_exclusive}, btrfs_qgroup_info_item, q{exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_info_referenced_compressed}, btrfs_qgroup_info_item, q{referenced_compressed}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_limit_max_exclusive}, btrfs_qgroup_limit_item, q{max_exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_info_referenced}, btrfs_qgroup_info_item, q{referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_info_generation}, btrfs_qgroup_info_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_info_exclusive_compressed}, btrfs_qgroup_info_item, q{exclusive_compressed}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_info_exclusive}, btrfs_qgroup_info_item, q{exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_info_referenced_compressed}, btrfs_qgroup_info_item, q{referenced_compressed}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_info_referenced}, btrfs_qgroup_info_item, q{referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_info_generation}, btrfs_qgroup_info_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_limit_rsv_referenced}, btrfs_qgroup_limit_item, q{rsv_referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_limit_rsv_exclusive}, btrfs_qgroup_limit_item, q{rsv_exclusive}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_status_rescan}, btrfs_qgroup_status_item, q{rescan}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_status_flags}, btrfs_qgroup_status_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_status_generation}, btrfs_qgroup_status_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_status_version}, btrfs_qgroup_status_item, q{version_}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_status_rescan}, btrfs_qgroup_status_item, q{rescan}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_status_flags}, btrfs_qgroup_status_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_status_generation}, btrfs_qgroup_status_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{qgroup_status_version}, btrfs_qgroup_status_item, q{version_}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_other_encoding}, btrfs_file_extent_item, q{other_encoding}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{balance_item_flags}, btrfs_balance_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_encryption}, btrfs_file_extent_item, q{encryption}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_compression}, btrfs_file_extent_item, q{compression}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_compression}, btrfs_file_extent_item, q{compression}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_ram_bytes}, btrfs_file_extent_item, q{ram_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_ram_bytes}, btrfs_file_extent_item, q{ram_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_num_bytes}, btrfs_file_extent_item, q{num_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_chunk_root_gen}, btrfs_root_backup, q{chunk_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_num_bytes}, btrfs_file_extent_item, q{num_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_offset}, btrfs_file_extent_item, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_offset}, btrfs_file_extent_item, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_disk_num_bytes}, btrfs_file_extent_item, q{disk_num_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_generation}, btrfs_file_extent_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_disk_bytenr}, btrfs_file_extent_item, q{disk_bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_disk_bytenr}, btrfs_file_extent_item, q{disk_bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_type}, btrfs_file_extent_item, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{file_extent_type}, btrfs_file_extent_item, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_magic}, btrfs_super_block, q{magic}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_uuid_tree_generation}, btrfs_super_block, q{uuid_tree_generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_cache_generation}, btrfs_super_block, q{cache_generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_csum_type}, btrfs_super_block, q{csum_type}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_incompat_flags}, btrfs_super_block, q{incompat_flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_compat_ro_flags}, btrfs_super_block, q{compat_ro_flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_compat_flags}, btrfs_super_block, q{compat_flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_num_devices}, btrfs_super_block, q{num_devices}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_root_dir}, btrfs_super_block, q{root_dir_objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_stripesize}, btrfs_super_block, q{stripesize}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_nodesize}, btrfs_super_block, q{nodesize}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_sectorsize}, btrfs_super_block, q{sectorsize}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_bytes_used}, btrfs_super_block, q{bytes_used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_total_bytes}, btrfs_super_block, q{total_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_log_root_level}, btrfs_super_block, q{log_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_log_root_transid}, btrfs_super_block, q{log_root_transid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_log_root}, btrfs_super_block, q{log_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_chunk_root_level}, btrfs_super_block, q{chunk_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_chunk_root}, btrfs_super_block, q{chunk_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_root_level}, btrfs_super_block, q{root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_chunk_root_generation}, btrfs_super_block, q{chunk_root_generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_sys_array_size}, btrfs_super_block, q{sys_chunk_array_size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_root}, btrfs_super_block, q{root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_generation}, btrfs_super_block, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_flags}, btrfs_super_block, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{super_bytenr}, btrfs_super_block, q{bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_num_devices}, btrfs_root_backup, q{num_devices}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_bytes_used}, btrfs_root_backup, q{bytes_used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_total_bytes}, btrfs_root_backup, q{total_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_csum_root_level}, btrfs_root_backup, q{csum_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_csum_root_gen}, btrfs_root_backup, q{csum_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_csum_root}, btrfs_root_backup, q{csum_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_dev_root_level}, btrfs_root_backup, q{dev_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_dev_root_gen}, btrfs_root_backup, q{dev_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_dev_root}, btrfs_root_backup, q{dev_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_fs_root_level}, btrfs_root_backup, q{fs_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_fs_root_gen}, btrfs_root_backup, q{fs_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_fs_root}, btrfs_root_backup, q{fs_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_extent_root_level}, btrfs_root_backup, q{extent_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_extent_root_gen}, btrfs_root_backup, q{extent_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_extent_root}, btrfs_root_backup, q{extent_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_chunk_root_level}, btrfs_root_backup, q{chunk_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_qgroup_limit_max_referenced}, btrfs_qgroup_limit_item, q{max_referenced}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_file_extent_generation}, btrfs_file_extent_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_type}, btrfs_dev_item, q{type}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_total_bytes}, btrfs_dev_item, q{total_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_bytes_used}, btrfs_dev_item, q{bytes_used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_io_align}, btrfs_dev_item, q{io_align}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_io_width}, btrfs_dev_item, q{io_width}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_start_offset}, btrfs_dev_item, q{start_offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_sector_size}, btrfs_dev_item, q{sector_size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_id}, btrfs_dev_item, q{devid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_group}, btrfs_dev_item, q{dev_group}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_seek_speed}, btrfs_dev_item, q{seek_speed}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_bandwidth}, btrfs_dev_item, q{bandwidth}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{device_generation}, btrfs_dev_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_type}, btrfs_dev_item, q{type}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_total_bytes}, btrfs_dev_item, q{total_bytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_bytes_used}, btrfs_dev_item, q{bytes_used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_io_align}, btrfs_dev_item, q{io_align}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_io_width}, btrfs_dev_item, q{io_width}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_sector_size}, btrfs_dev_item, q{sector_size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_id}, btrfs_dev_item, q{devid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_group}, btrfs_dev_item, q{dev_group}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_seek_speed}, btrfs_dev_item, q{seek_speed}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_bandwidth}, btrfs_dev_item, q{bandwidth}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_device_generation}, btrfs_dev_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_length}, btrfs_chunk, q{length}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_owner}, btrfs_chunk, q{owner}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_stripe_len}, btrfs_chunk, q{stripe_len}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_io_align}, btrfs_chunk, q{io_align}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_io_width}, btrfs_chunk, q{io_width}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_sector_size}, btrfs_chunk, q{sector_size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_type}, btrfs_chunk, q{type}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_num_stripes}, btrfs_chunk, q{num_stripes}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{chunk_sub_stripes}, btrfs_chunk, q{sub_stripes}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{stripe_devid}, btrfs_stripe, q{devid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{stripe_offset}, btrfs_stripe, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_length}, btrfs_chunk, q{length}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_owner}, btrfs_chunk, q{owner}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_stripe_len}, btrfs_chunk, q{stripe_len}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_io_align}, btrfs_chunk, q{io_align}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_io_width}, btrfs_chunk, q{io_width}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_sector_size}, btrfs_chunk, q{sector_size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_type}, btrfs_chunk, q{type}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_num_stripes}, btrfs_chunk, q{num_stripes}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_chunk_sub_stripes}, btrfs_chunk, q{sub_stripes}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_stripe_devid}, btrfs_stripe, q{devid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_stripe_offset}, btrfs_stripe, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_block_group_used}, btrfs_block_group_item, q{used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{block_group_used}, btrfs_block_group_item, q{used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_block_group_chunk_objectid}, btrfs_block_group_item, q{chunk_objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{block_group_chunk_objectid}, btrfs_block_group_item, q{chunk_objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{block_group_flags}, btrfs_block_group_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_block_group_flags}, btrfs_block_group_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{free_space_extent_count}, btrfs_free_space_info, q{extent_count}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{free_space_flags}, btrfs_free_space_info, q{flags}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_ref_name_len}, btrfs_inode_ref, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_ref_name_len}, btrfs_inode_ref, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_ref_index}, btrfs_inode_ref, q{index}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_extref_parent}, btrfs_inode_extref, q{parent_objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_chunk_root}, btrfs_root_backup, q{chunk_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_extref_index}, btrfs_inode_extref, q{index}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_generation}, btrfs_inode_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_sequence}, btrfs_inode_item, q{sequence}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_transid}, btrfs_inode_item, q{transid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_size}, btrfs_inode_item, q{size}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_nbytes}, btrfs_inode_item, q{nbytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_block_group}, btrfs_inode_item, q{block_group}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_nlink}, btrfs_inode_item, q{nlink}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_uid}, btrfs_inode_item, q{uid}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_gid}, btrfs_inode_item, q{gid}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_mode}, btrfs_inode_item, q{mode}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_rdev}, btrfs_inode_item, q{rdev}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_flags}, btrfs_inode_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_generation}, btrfs_inode_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_sequence}, btrfs_inode_item, q{sequence}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_transid}, btrfs_inode_item, q{transid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_size}, btrfs_inode_item, q{size}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_nbytes}, btrfs_inode_item, q{nbytes}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_block_group}, btrfs_inode_item, q{block_group}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_nlink}, btrfs_inode_item, q{nlink}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_uid}, btrfs_inode_item, q{uid}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_gid}, btrfs_inode_item, q{gid}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_mode}, btrfs_inode_item, q{mode}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_rdev}, btrfs_inode_item, q{rdev}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_inode_flags}, btrfs_inode_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{timespec_sec}, btrfs_timespec, q{sec}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{inode_extref_name_len}, btrfs_inode_extref, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_tree_root_level}, btrfs_root_backup, q{tree_root_level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_tree_root_gen}, btrfs_root_backup, q{tree_root_gen}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{backup_tree_root}, btrfs_root_backup, q{tree_root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_rtransid}, btrfs_root_item, q{rtransid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_stransid}, btrfs_root_item, q{stransid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_otransid}, btrfs_root_item, q{otransid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_ctransid}, btrfs_root_item, q{ctransid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_generation_v2}, btrfs_root_item, q{generation_v2}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_last_snapshot}, btrfs_root_item, q{last_snapshot}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_limit}, btrfs_root_item, q{byte_limit}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_used}, btrfs_root_item, q{bytes_used}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_flags}, btrfs_root_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_refs}, btrfs_root_item, q{refs}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_dirid}, btrfs_root_item, q{root_dirid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{timespec_nsec}, btrfs_timespec, q{nsec}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_bytenr}, btrfs_root_item, q{bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_generation}, btrfs_root_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{disk_root_level}, btrfs_root_item, q{level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{disk_root_bytenr}, btrfs_root_item, q{bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{disk_root_refs}, btrfs_root_item, q{refs}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{disk_root_generation}, btrfs_root_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_header_generation}, btrfs_header, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_header_owner}, btrfs_header, q{owner}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_header_nritems}, btrfs_header, q{nritems}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_header_bytenr}, btrfs_header, q{bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_level}, btrfs_header, q{level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_flags}, btrfs_header, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_nritems}, btrfs_header, q{nritems}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_owner}, btrfs_header, q{owner}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_generation}, btrfs_header, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_HEADER_FUNCS!(q{header_bytenr}, btrfs_header, q{bytenr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{disk_key_type}, btrfs_disk_key, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{disk_key_offset}, btrfs_disk_key, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{disk_key_objectid}, btrfs_disk_key, q{objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{free_space_generation}, btrfs_free_space_header, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{free_space_bitmaps}, btrfs_free_space_header, q{num_bitmaps}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{free_space_entries}, btrfs_free_space_header, q{num_entries}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_dir_transid}, btrfs_dir_item, q{transid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_dir_name_len}, btrfs_dir_item, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_dir_type}, btrfs_dir_item, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_dir_data_len}, btrfs_dir_item, q{data_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dir_transid}, btrfs_dir_item, q{transid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{root_level}, btrfs_root_item, q{level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dir_type}, btrfs_dir_item, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dir_data_len}, btrfs_dir_item, q{data_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_root_ref_name_len}, btrfs_root_ref, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_root_ref_sequence}, btrfs_root_ref, q{sequence}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_root_ref_dirid}, btrfs_root_ref, q{dirid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{root_ref_name_len}, btrfs_root_ref, q{name_len}, q{16})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{root_ref_sequence}, btrfs_root_ref, q{sequence}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{root_ref_dirid}, btrfs_root_ref, q{dirid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dir_log_end}, btrfs_dir_log_item, q{end}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{item_size}, btrfs_item, q{size}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{item_offset}, btrfs_item, q{offset}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{key_generation}, btrfs_key_ptr, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{key_blockptr}, btrfs_key_ptr, q{blockptr}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{ref_count_v0}, btrfs_extent_ref_v0, q{count}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{ref_objectid_v0}, btrfs_extent_ref_v0, q{objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{ref_generation_v0}, btrfs_extent_ref_v0, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{ref_root_v0}, btrfs_extent_ref_v0, q{root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_extent_inline_ref_offset}, btrfs_extent_inline_ref, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_extent_inline_ref_type}, btrfs_extent_inline_ref, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_inline_ref_offset}, btrfs_extent_inline_ref, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_inline_ref_type}, btrfs_extent_inline_ref, q{type}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{shared_data_ref_count}, btrfs_shared_data_ref, q{count}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_data_ref_count}, btrfs_extent_data_ref, q{count}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_data_ref_offset}, btrfs_extent_data_ref, q{offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_data_ref_objectid}, btrfs_extent_data_ref, q{objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_data_ref_root}, btrfs_extent_data_ref, q{root}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{tree_block_level}, btrfs_tree_block_info, q{level}, q{8})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_refs_v0}, btrfs_extent_item_v0, q{refs}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_extent_flags}, btrfs_extent_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_flags}, btrfs_extent_item, q{flags}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_generation}, btrfs_extent_item, q{generation}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_extent_refs}, btrfs_extent_item, q{refs}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{extent_refs}, btrfs_extent_item, q{refs}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_dev_extent_length}, btrfs_dev_extent, q{length}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dev_extent_length}, btrfs_dev_extent, q{length}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dev_extent_chunk_offset}, btrfs_dev_extent, q{chunk_offset}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dev_extent_chunk_objectid}, btrfs_dev_extent, q{chunk_objectid}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dev_extent_chunk_tree}, btrfs_dev_extent, q{chunk_tree}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_timespec_nsec}, btrfs_timespec, q{nsec}, q{32})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_STACK_FUNCS!(q{stack_timespec_sec}, btrfs_timespec, q{sec}, q{64})
Undocumented in source.
__anonymous
mixin BTRFS_SETGET_FUNCS!(q{dir_name_len}, btrfs_dir_item, q{name_len}, q{16})
Undocumented in source.

Mixin templates

BTRFS_SETGET_FUNCS
mixintemplate BTRFS_SETGET_FUNCS(string name, type, string member, string bits)
Undocumented in source.
BTRFS_SETGET_HEADER_FUNCS
mixintemplate BTRFS_SETGET_HEADER_FUNCS(string name, type, string member, string bits)
Undocumented in source.
BTRFS_SETGET_STACK_FUNCS
mixintemplate BTRFS_SETGET_STACK_FUNCS(string name, type, string member, string bits)
Undocumented in source.

Structs

btrfs_balance_item
struct btrfs_balance_item
Undocumented in source.
btrfs_block_group
struct btrfs_block_group
Undocumented in source.
btrfs_block_group_item
struct btrfs_block_group_item
Undocumented in source.
btrfs_chunk
struct btrfs_chunk
Undocumented in source.
btrfs_csum_item
struct btrfs_csum_item
Undocumented in source.
btrfs_dev_extent
struct btrfs_dev_extent
Undocumented in source.
btrfs_dev_item
struct btrfs_dev_item
Undocumented in source.
btrfs_dev_stats_item
struct btrfs_dev_stats_item
Undocumented in source.
btrfs_device
struct btrfs_device
Undocumented in source.
btrfs_dir_item
struct btrfs_dir_item
Undocumented in source.
btrfs_dir_log_item
struct btrfs_dir_log_item
Undocumented in source.
btrfs_disk_balance_args
struct btrfs_disk_balance_args
Undocumented in source.
btrfs_disk_key
struct btrfs_disk_key
Undocumented in source.
btrfs_extent_data_ref
struct btrfs_extent_data_ref
Undocumented in source.
btrfs_extent_inline_ref
struct btrfs_extent_inline_ref
Undocumented in source.
btrfs_extent_item
struct btrfs_extent_item
Undocumented in source.
btrfs_extent_item_v0
struct btrfs_extent_item_v0
Undocumented in source.
btrfs_extent_ref_v0
struct btrfs_extent_ref_v0
Undocumented in source.
btrfs_file_extent_item
struct btrfs_file_extent_item
Undocumented in source.
btrfs_free_space_ctl
struct btrfs_free_space_ctl
Undocumented in source.
btrfs_free_space_entry
struct btrfs_free_space_entry
Undocumented in source.
btrfs_free_space_header
struct btrfs_free_space_header
Undocumented in source.
btrfs_free_space_info
struct btrfs_free_space_info
Undocumented in source.
btrfs_fs_devices
struct btrfs_fs_devices
Undocumented in source.
btrfs_fs_info
struct btrfs_fs_info
Undocumented in source.
btrfs_header
struct btrfs_header
Undocumented in source.
btrfs_inode_extref
struct btrfs_inode_extref
Undocumented in source.
btrfs_inode_item
struct btrfs_inode_item
Undocumented in source.
btrfs_inode_ref
struct btrfs_inode_ref
Undocumented in source.
btrfs_item
struct btrfs_item
Undocumented in source.
btrfs_key
struct btrfs_key
Undocumented in source.
btrfs_key_ptr
struct btrfs_key_ptr
Undocumented in source.
btrfs_leaf
struct btrfs_leaf
Undocumented in source.
btrfs_mapping_tree
struct btrfs_mapping_tree
Undocumented in source.
btrfs_node
struct btrfs_node
Undocumented in source.
btrfs_path
struct btrfs_path
Undocumented in source.
btrfs_qgroup_info_item
struct btrfs_qgroup_info_item
Undocumented in source.
btrfs_qgroup_limit_item
struct btrfs_qgroup_limit_item
Undocumented in source.
btrfs_qgroup_status_item
struct btrfs_qgroup_status_item
Undocumented in source.
btrfs_root
struct btrfs_root
Undocumented in source.
btrfs_root_backup
struct btrfs_root_backup
Undocumented in source.
btrfs_root_item
struct btrfs_root_item
Undocumented in source.
btrfs_root_item_v0
struct btrfs_root_item_v0
Undocumented in source.
btrfs_root_ref
struct btrfs_root_ref
Undocumented in source.
btrfs_shared_data_ref
struct btrfs_shared_data_ref
Undocumented in source.
btrfs_space_info
struct btrfs_space_info
Undocumented in source.
btrfs_stripe
struct btrfs_stripe
Undocumented in source.
btrfs_super_block
struct btrfs_super_block
Undocumented in source.
btrfs_timespec
struct btrfs_timespec
Undocumented in source.
btrfs_trans_handle
struct btrfs_trans_handle
Undocumented in source.
btrfs_tree_block_info
struct btrfs_tree_block_info
Undocumented in source.

Meta