Searched refs:btrfs_inode_ref (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | inode-item.c | 17 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf, in btrfs_find_name_in_backref() 21 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 31 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 183 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 314 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 340 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 341 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 358 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
| H A D | export.c | 232 struct btrfs_inode_ref *iref; in btrfs_get_name() 279 struct btrfs_inode_ref); in btrfs_get_name()
|
| H A D | inode-item.h | 112 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf,
|
| H A D | accessors.h | 273 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 274 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 275 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 276 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
|
| H A D | tree-log.c | 1076 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1097 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1244 struct btrfs_inode_ref *ref; in ref_get_fields() 1247 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1336 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1380 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() 5294 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5296 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
| H A D | backref.c | 2136 struct btrfs_inode_ref *iref; in btrfs_ref_to_path() 2172 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()
|
| H A D | tree-checker.c | 1739 struct btrfs_inode_ref *iref; in check_inode_ref() 1766 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
| H A D | super.c | 794 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 877 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
| H A D | ioctl.c | 1751 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1789 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 1828 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 1874 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
| H A D | send.c | 991 struct btrfs_inode_ref *iref; in iterate_inode_ref() 1019 struct btrfs_inode_ref); in iterate_inode_ref() 1032 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 2042 struct btrfs_inode_ref *iref; in get_first_ref() 2044 struct btrfs_inode_ref); in get_first_ref()
|
| H A D | inode.c | 4020 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 4022 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6309 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6449 struct btrfs_inode_ref); in btrfs_create_new_inode()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | btrfs_tree.h | 852 struct btrfs_inode_ref { struct
|