Searched refs:btrfs_inode_ref (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | inode-item.c | 13 int name_len, struct btrfs_inode_ref **ref_ret) 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() 188 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 325 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 352 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 353 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 370 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 231 struct btrfs_inode_ref *iref; in btrfs_get_name() 282 struct btrfs_inode_ref); in btrfs_get_name()
|
D | tree-log.c | 928 struct btrfs_inode_ref *ref; in backref_in_log() 960 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 1003 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1022 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1183 struct btrfs_inode_ref *ref; in ref_get_fields() 1185 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1281 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1367 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1596 struct btrfs_inode_ref *ref; in count_inode_refs() 1598 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() [all …]
|
D | backref.c | 1617 struct btrfs_inode_ref *iref; 1656 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 1998 struct btrfs_inode_ref *iref; 2027 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2040 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | super.c | 1005 struct btrfs_inode_ref *inode_ref; in get_subvol_name_from_objectid() 1105 struct btrfs_inode_ref); in get_subvol_name_from_objectid()
|
D | send.c | 872 struct btrfs_inode_ref *iref; in iterate_inode_ref() 902 struct btrfs_inode_ref); in iterate_inode_ref() 916 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1753 struct btrfs_inode_ref *iref; in get_first_ref() 1755 struct btrfs_inode_ref); in get_first_ref()
|
D | ctree.h | 1719 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1720 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 3095 int name_len, struct btrfs_inode_ref **ref_ret);
|
D | ioctl.c | 2271 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2318 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2356 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2411 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | inode.c | 3695 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3697 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6194 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6307 struct btrfs_inode_ref); in btrfs_new_inode()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 535 struct btrfs_inode_ref { struct
|