Searched refs:btrfs_inode_ref (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | inode-item.c | 18 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 22 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 32 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 184 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 317 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 343 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 344 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 361 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | inode-item.h | 103 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | export.c | 221 struct btrfs_inode_ref *iref; in btrfs_get_name() 271 struct btrfs_inode_ref); in btrfs_get_name()
|
D | accessors.h | 262 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 263 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 264 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 265 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
|
D | tree-log.c | 1072 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1093 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1240 struct btrfs_inode_ref *ref; in ref_get_fields() 1243 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1333 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1377 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1564 struct btrfs_inode_ref *ref; in count_inode_refs() 1566 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5226 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5228 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
D | backref.c | 2142 struct btrfs_inode_ref *iref; in btrfs_ref_to_path() 2178 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in btrfs_ref_to_path() 2593 struct btrfs_inode_ref *iref; in iterate_inode_refs() 2618 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iterate_inode_refs() 2632 iref = (struct btrfs_inode_ref *)((char *)iref + len); in iterate_inode_refs()
|
D | tree-checker.c | 1588 struct btrfs_inode_ref *iref; in check_inode_ref() 1615 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
D | super.c | 976 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1059 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | ioctl.c | 1819 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1857 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 1897 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 1942 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | send.c | 995 struct btrfs_inode_ref *iref; in iterate_inode_ref() 1025 struct btrfs_inode_ref); in iterate_inode_ref() 1038 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 2048 struct btrfs_inode_ref *iref; in get_first_ref() 2050 struct btrfs_inode_ref); in get_first_ref()
|
D | inode.c | 3862 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3864 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6191 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6316 struct btrfs_inode_ref); in btrfs_create_new_inode()
|
/linux-6.6.21/include/uapi/linux/ |
D | btrfs_tree.h | 807 struct btrfs_inode_ref { struct
|