Searched refs:btrfs_inode_ref (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/fs/btrfs/ |
D | inode-item.c | 11 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 15 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 25 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 178 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 317 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 344 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 345 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 362 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 208 struct btrfs_inode_ref *iref; in btrfs_get_name() 259 struct btrfs_inode_ref); in btrfs_get_name()
|
D | tree-log.c | 1000 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1019 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1185 struct btrfs_inode_ref *ref; in ref_get_fields() 1187 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1283 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1429 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1657 struct btrfs_inode_ref *ref; in count_inode_refs() 1659 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 4797 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 4799 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
D | backref.c | 1675 struct btrfs_inode_ref *iref; 1714 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2062 struct btrfs_inode_ref *iref; 2088 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2102 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | tree-checker.c | 1468 struct btrfs_inode_ref *iref; in check_inode_ref() 1495 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
D | super.c | 1117 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1215 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | ctree.h | 1658 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1659 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 2933 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | ioctl.c | 2318 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2363 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2402 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2454 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | send.c | 889 struct btrfs_inode_ref *iref; in iterate_inode_ref() 919 struct btrfs_inode_ref); in iterate_inode_ref() 933 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1772 struct btrfs_inode_ref *iref; in get_first_ref() 1774 struct btrfs_inode_ref); in get_first_ref()
|
D | inode.c | 3408 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3410 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 5976 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6092 struct btrfs_inode_ref); in btrfs_new_inode()
|
/Linux-v5.10/include/uapi/linux/ |
D | btrfs_tree.h | 539 struct btrfs_inode_ref { struct
|