Searched refs:btrfs_inode_ref (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | inode-item.c | 12 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 16 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 26 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 177 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 311 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 337 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 338 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 355 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | inode-item.h | 89 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | export.c | 208 struct btrfs_inode_ref *iref; in btrfs_get_name() 258 struct btrfs_inode_ref); in btrfs_get_name()
|
D | backref.c | 1896 struct btrfs_inode_ref *iref; in btrfs_ref_to_path() 1932 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in btrfs_ref_to_path() 2298 struct btrfs_inode_ref *iref; in iterate_inode_refs() 2323 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iterate_inode_refs() 2337 iref = (struct btrfs_inode_ref *)((char *)iref + len); in iterate_inode_refs()
|
D | tree-log.c | 1083 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1102 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1260 struct btrfs_inode_ref *ref; in ref_get_fields() 1262 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1358 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1403 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1592 struct btrfs_inode_ref *ref; in count_inode_refs() 1594 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5287 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5289 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
D | tree-checker.c | 1556 struct btrfs_inode_ref *iref; in check_inode_ref() 1583 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
D | super.c | 1275 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1358 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | ioctl.c | 2697 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2735 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2775 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2820 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | send.c | 940 struct btrfs_inode_ref *iref; in iterate_inode_ref() 970 struct btrfs_inode_ref); in iterate_inode_ref() 983 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1814 struct btrfs_inode_ref *iref; in get_first_ref() 1816 struct btrfs_inode_ref); in get_first_ref()
|
D | ctree.h | 1989 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1990 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
|
D | inode.c | 4070 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 4072 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6308 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6434 struct btrfs_inode_ref); in btrfs_create_new_inode()
|
/linux-6.1.9/include/uapi/linux/ |
D | btrfs_tree.h | 568 struct btrfs_inode_ref { struct
|