Searched refs:btrfs_inode_ref (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/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() 176 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 312 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 338 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 339 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 356 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 208 struct btrfs_inode_ref *iref; in btrfs_get_name() 258 struct btrfs_inode_ref); in btrfs_get_name()
|
D | tree-log.c | 1054 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1073 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1243 struct btrfs_inode_ref *ref; in ref_get_fields() 1245 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1341 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1487 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1708 struct btrfs_inode_ref *ref; in count_inode_refs() 1710 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 4953 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 4955 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
D | backref.c | 1679 struct btrfs_inode_ref *iref; 1715 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 | 1503 struct btrfs_inode_ref *iref; in check_inode_ref() 1530 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
D | super.c | 1173 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1256 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | ioctl.c | 2375 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2413 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2453 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2498 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | ctree.h | 1778 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1779 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 3089 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | send.c | 890 struct btrfs_inode_ref *iref; in iterate_inode_ref() 920 struct btrfs_inode_ref); in iterate_inode_ref() 934 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1750 struct btrfs_inode_ref *iref; in get_first_ref() 1752 struct btrfs_inode_ref); in get_first_ref()
|
D | inode.c | 3845 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3847 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6436 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6551 struct btrfs_inode_ref); in btrfs_new_inode()
|
/Linux-v5.15/include/uapi/linux/ |
D | btrfs_tree.h | 563 struct btrfs_inode_ref { struct
|