Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dinode-item.h12 struct btrfs_inode_extref;
81 struct btrfs_inode_extref *btrfs_lookup_inode_extref(
92 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref(
Dinode-item.c38 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref( in btrfs_find_name_in_ext_backref()
42 struct btrfs_inode_extref *extref; in btrfs_find_name_in_ext_backref()
59 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in btrfs_find_name_in_ext_backref()
74 struct btrfs_inode_extref *
107 struct btrfs_inode_extref *extref; in btrfs_del_inode_extref()
253 struct btrfs_inode_extref *extref; in btrfs_insert_inode_extref()
287 extref = (struct btrfs_inode_extref *)ptr; in btrfs_insert_inode_extref()
Dbackref.h78 struct btrfs_inode_extref **ret_extref,
Dtree-log.c1074 struct btrfs_inode_extref *extref; in __add_inode_ref()
1155 extref = (struct btrfs_inode_extref *)(base + cur_offset); in __add_inode_ref()
1237 struct btrfs_inode_extref *extref; in extref_get_fields()
1239 extref = (struct btrfs_inode_extref *)ref_ptr; in extref_get_fields()
1356 ref_ptr += sizeof(struct btrfs_inode_extref); in unlink_old_inode_refs()
1396 struct btrfs_inode_extref *r; in add_inode_ref()
1398 ref_struct_size = sizeof(struct btrfs_inode_extref); in add_inode_ref()
1400 r = (struct btrfs_inode_extref *)ref_ptr; in add_inode_ref()
1525 struct btrfs_inode_extref *extref; in count_inode_extrefs()
1540 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in count_inode_extrefs()
[all …]
Dbackref.c1805 struct btrfs_inode_extref **ret_extref, in btrfs_find_one_extref()
1811 struct btrfs_inode_extref *extref; in btrfs_find_one_extref()
1861 extref = (struct btrfs_inode_extref *)ptr; in btrfs_find_one_extref()
2357 struct btrfs_inode_extref *extref; in iterate_inode_extrefs()
2388 extref = (struct btrfs_inode_extref *)(ptr + cur_offset); in iterate_inode_extrefs()
Dsend.c941 struct btrfs_inode_extref *extref; in iterate_inode_ref()
989 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()
1823 struct btrfs_inode_extref *extref; in get_first_ref()
1825 struct btrfs_inode_extref); in get_first_ref()
3672 struct btrfs_inode_extref *extref; in is_ancestor()
3675 extref = (struct btrfs_inode_extref *) in is_ancestor()
6889 struct btrfs_inode_extref *extref; in compare_refs()
6910 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
Dctree.h1993 BTRFS_SETGET_FUNCS(inode_extref_parent, struct btrfs_inode_extref,
1995 BTRFS_SETGET_FUNCS(inode_extref_name_len, struct btrfs_inode_extref,
1997 BTRFS_SETGET_FUNCS(inode_extref_index, struct btrfs_inode_extref, index, 64);
Dinode.c4075 struct btrfs_inode_extref *extref; in btrfs_read_locked_inode()
4077 extref = (struct btrfs_inode_extref *)ptr; in btrfs_read_locked_inode()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h574 struct btrfs_inode_extref { struct