Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dinode-item.c11 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()
Dexport.c231 struct btrfs_inode_ref *iref; in btrfs_get_name()
282 struct btrfs_inode_ref); in btrfs_get_name()
Dbackref.c1624 struct btrfs_inode_ref *iref;
1663 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2011 struct btrfs_inode_ref *iref;
2037 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2051 iref = (struct btrfs_inode_ref *)((char *)iref + len);
Dtree-log.c948 struct btrfs_inode_ref *ref; in backref_in_log()
980 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log()
1023 struct btrfs_inode_ref *victim_ref; in __add_inode_ref()
1042 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref()
1203 struct btrfs_inode_ref *ref; in ref_get_fields()
1205 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields()
1301 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs()
1447 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref()
1675 struct btrfs_inode_ref *ref; in count_inode_refs()
1677 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs()
[all …]
Dsuper.c1014 struct btrfs_inode_ref *inode_ref; in get_subvol_name_from_objectid()
1114 struct btrfs_inode_ref); in get_subvol_name_from_objectid()
Dctree.h1542 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
1543 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
2779 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
Dioctl.c2294 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree()
2341 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
2379 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user()
2434 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
Dsend.c887 struct btrfs_inode_ref *iref; in iterate_inode_ref()
917 struct btrfs_inode_ref); in iterate_inode_ref()
931 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref()
1746 struct btrfs_inode_ref *iref; in get_first_ref()
1748 struct btrfs_inode_ref); in get_first_ref()
Dinode.c3837 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode()
3839 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode()
6316 struct btrfs_inode_ref *ref; in btrfs_new_inode()
6432 struct btrfs_inode_ref); in btrfs_new_inode()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h540 struct btrfs_inode_ref { struct