Home
last modified time | relevance | path

Searched refs:btrfs_inode_ref (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dinode-item.c26 int name_len, struct btrfs_inode_ref **ref_ret) in find_name_in_backref()
29 struct btrfs_inode_ref *ref; in find_name_in_backref()
40 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in find_name_in_backref()
200 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref()
333 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref()
359 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
360 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref()
375 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
Dexport.c227 struct btrfs_inode_ref *iref; in btrfs_get_name()
281 struct btrfs_inode_ref); in btrfs_get_name()
Dbackref.c1408 struct btrfs_inode_ref *iref;
1447 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1775 struct btrfs_inode_ref *iref;
1804 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
1817 iref = (struct btrfs_inode_ref *)((char *)iref + len);
Dtree-log.c919 struct btrfs_inode_ref *ref; in backref_in_log()
949 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log()
992 struct btrfs_inode_ref *victim_ref; in __add_inode_ref()
1011 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref()
1174 struct btrfs_inode_ref *ref; in ref_get_fields()
1176 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields()
1228 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref()
1415 struct btrfs_inode_ref *ref; in count_inode_refs()
1417 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs()
4478 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override()
[all …]
Dsuper.c852 struct btrfs_inode_ref *inode_ref; in get_subvol_name_from_objectid()
952 struct btrfs_inode_ref); in get_subvol_name_from_objectid()
Dsend.c857 struct btrfs_inode_ref *iref; in iterate_inode_ref()
887 struct btrfs_inode_ref); in iterate_inode_ref()
901 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref()
1742 struct btrfs_inode_ref *iref; in get_first_ref()
1744 struct btrfs_inode_ref); in get_first_ref()
Dctree.h689 struct btrfs_inode_ref { struct
2510 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
2511 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
Dinode.c3725 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode()
3727 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode()
6097 struct btrfs_inode_ref *ref; in btrfs_new_inode()
6208 struct btrfs_inode_ref); in btrfs_new_inode()
Dioctl.c2212 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree()
2260 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()