Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode-item.h15 struct btrfs_inode_extref;
104 struct btrfs_inode_extref *btrfs_lookup_inode_extref(
115 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref(
H A Dinode-item.c44 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref( in btrfs_find_name_in_ext_backref()
48 struct btrfs_inode_extref *extref; in btrfs_find_name_in_ext_backref()
65 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in btrfs_find_name_in_ext_backref()
81 struct btrfs_inode_extref *
114 struct btrfs_inode_extref *extref; in btrfs_del_inode_extref()
259 struct btrfs_inode_extref *extref; in btrfs_insert_inode_extref()
293 extref = (struct btrfs_inode_extref *)ptr; in btrfs_insert_inode_extref()
H A Dbackref.h249 struct btrfs_inode_extref **ret_extref,
H A Dtree-log.c1082 struct btrfs_inode_extref *extref; in __add_inode_ref()
1162 extref = (struct btrfs_inode_extref *)(base + cur_offset); in __add_inode_ref()
1238 struct btrfs_inode_extref *extref; in extref_get_fields()
1241 extref = (struct btrfs_inode_extref *)ref_ptr; in extref_get_fields()
1350 ref_ptr += sizeof(struct btrfs_inode_extref); in unlink_old_inode_refs()
1389 struct btrfs_inode_extref *r; in add_inode_ref()
1391 ref_struct_size = sizeof(struct btrfs_inode_extref); in add_inode_ref()
1393 r = (struct btrfs_inode_extref *)ref_ptr; in add_inode_ref()
1515 struct btrfs_inode_extref *extref; in count_inode_extrefs()
1530 extref = (struct btrfs_inode_extref *) (ptr + cur_offset); in count_inode_extrefs()
[all …]
H A Daccessors.h278 BTRFS_SETGET_FUNCS(inode_extref_parent, struct btrfs_inode_extref,
280 BTRFS_SETGET_FUNCS(inode_extref_name_len, struct btrfs_inode_extref,
282 BTRFS_SETGET_FUNCS(inode_extref_index, struct btrfs_inode_extref, index, 64);
H A Dsend.c1001 struct btrfs_inode_extref *extref; in iterate_inode_ref()
1049 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()
2070 struct btrfs_inode_extref *extref; in get_first_ref()
2072 struct btrfs_inode_extref); in get_first_ref()
3938 struct btrfs_inode_extref *extref; in is_ancestor()
3941 extref = (struct btrfs_inode_extref *) in is_ancestor()
7219 struct btrfs_inode_extref *extref; in compare_refs()
7240 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h858 struct btrfs_inode_extref { struct