Home
last modified time | relevance | path

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

/linux-6.8/fs/btrfs/
Dinode-item.h13 struct btrfs_inode_extref;
103 struct btrfs_inode_extref *btrfs_lookup_inode_extref(
114 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref(
Dinode-item.c45 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref( in btrfs_find_name_in_ext_backref()
49 struct btrfs_inode_extref *extref; in btrfs_find_name_in_ext_backref()
66 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in btrfs_find_name_in_ext_backref()
82 struct btrfs_inode_extref *
115 struct btrfs_inode_extref *extref; in btrfs_del_inode_extref()
260 struct btrfs_inode_extref *extref; in btrfs_insert_inode_extref()
294 extref = (struct btrfs_inode_extref *)ptr; in btrfs_insert_inode_extref()
Dtree-log.c1063 struct btrfs_inode_extref *extref; in __add_inode_ref()
1143 extref = (struct btrfs_inode_extref *)(base + cur_offset); in __add_inode_ref()
1219 struct btrfs_inode_extref *extref; in extref_get_fields()
1222 extref = (struct btrfs_inode_extref *)ref_ptr; in extref_get_fields()
1331 ref_ptr += sizeof(struct btrfs_inode_extref); in unlink_old_inode_refs()
1370 struct btrfs_inode_extref *r; in add_inode_ref()
1372 ref_struct_size = sizeof(struct btrfs_inode_extref); in add_inode_ref()
1374 r = (struct btrfs_inode_extref *)ref_ptr; in add_inode_ref()
1496 struct btrfs_inode_extref *extref; in count_inode_extrefs()
1511 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in count_inode_extrefs()
[all …]
Dbackref.h237 struct btrfs_inode_extref **ret_extref,
Daccessors.h269 BTRFS_SETGET_FUNCS(inode_extref_parent, struct btrfs_inode_extref,
271 BTRFS_SETGET_FUNCS(inode_extref_name_len, struct btrfs_inode_extref,
273 BTRFS_SETGET_FUNCS(inode_extref_index, struct btrfs_inode_extref, index, 64);
Dbackref.c2054 struct btrfs_inode_extref **ret_extref, in btrfs_find_one_extref()
2060 struct btrfs_inode_extref *extref; in btrfs_find_one_extref()
2110 extref = (struct btrfs_inode_extref *)ptr; in btrfs_find_one_extref()
2655 struct btrfs_inode_extref *extref; in iterate_inode_extrefs()
2686 extref = (struct btrfs_inode_extref *)(ptr + cur_offset); in iterate_inode_extrefs()
Dsend.c996 struct btrfs_inode_extref *extref; in iterate_inode_ref()
1044 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()
2057 struct btrfs_inode_extref *extref; in get_first_ref()
2059 struct btrfs_inode_extref); in get_first_ref()
3926 struct btrfs_inode_extref *extref; in is_ancestor()
3929 extref = (struct btrfs_inode_extref *) in is_ancestor()
7159 struct btrfs_inode_extref *extref; in compare_refs()
7180 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
Dinode.c3882 struct btrfs_inode_extref *extref; in btrfs_read_locked_inode()
3884 extref = (struct btrfs_inode_extref *)ptr; in btrfs_read_locked_inode()
/linux-6.8/include/uapi/linux/
Dbtrfs_tree.h862 struct btrfs_inode_extref { struct