- 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.
- __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.
D translation of ctree.h from btrfs-progs (v5.9)