Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode-item.h15 struct btrfs_inode_extref;
104 struct btrfs_inode_extref *btrfs_lookup_inode_extref(struct btrfs_root *root,
112 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 *btrfs_lookup_inode_extref(struct btrfs_root *root, in btrfs_lookup_inode_extref()
111 struct btrfs_inode_extref *extref; in btrfs_del_inode_extref()
248 struct btrfs_inode_extref *extref; in btrfs_insert_inode_extref()
282 extref = (struct btrfs_inode_extref *)ptr; in btrfs_insert_inode_extref()
H A Dprint-tree.c309 struct btrfs_inode_extref *extref; in print_inode_extref_item()
312 extref = btrfs_item_ptr(eb, i, struct btrfs_inode_extref); in print_inode_extref_item()
321 extref = (struct btrfs_inode_extref *)((char *)extref + len); in print_inode_extref_item()
H A Dbackref.h253 struct btrfs_inode_extref **ret_extref,
H A Dtree-log.c1276 struct btrfs_inode_extref *extref; in unlink_extrefs_not_in_log()
1280 extref = (struct btrfs_inode_extref *)(base + cur_offset); in unlink_extrefs_not_in_log()
1341 struct btrfs_inode_extref *extref; in __add_inode_ref()
1425 struct btrfs_inode_extref *extref; in extref_get_fields()
1428 extref = (struct btrfs_inode_extref *)ref_ptr; in extref_get_fields()
1552 ref_ptr += sizeof(struct btrfs_inode_extref); in unlink_old_inode_refs()
1586 struct btrfs_inode_extref *r; in add_inode_ref()
1588 ref_struct_size = sizeof(struct btrfs_inode_extref); in add_inode_ref()
1589 r = (struct btrfs_inode_extref *)ref_ptr; in add_inode_ref()
1773 struct btrfs_inode_extref *extref; in count_inode_extrefs()
[all …]
H A Daccessors.h254 /* struct btrfs_inode_extref */
255 BTRFS_SETGET_FUNCS(inode_extref_parent, struct btrfs_inode_extref,
257 BTRFS_SETGET_FUNCS(inode_extref_name_len, struct btrfs_inode_extref,
259 BTRFS_SETGET_FUNCS(inode_extref_index, struct btrfs_inode_extref, index, 64);
H A Dbackref.c2044 struct btrfs_inode_extref **ret_extref, in btrfs_find_one_extref()
2050 struct btrfs_inode_extref *extref; in btrfs_find_one_extref()
2100 extref = (struct btrfs_inode_extref *)ptr; in btrfs_find_one_extref()
2651 struct btrfs_inode_extref *extref; in iterate_inode_extrefs()
2682 extref = (struct btrfs_inode_extref *)(ptr + cur_offset); in iterate_inode_extrefs()
H A Dsend.c982 struct btrfs_inode_extref *extref; in iterate_inode_ref()
1027 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()
2003 struct btrfs_inode_extref *extref; in get_first_ref()
2005 struct btrfs_inode_extref); in get_first_ref()
3868 struct btrfs_inode_extref *extref; in is_ancestor()
3871 extref = (struct btrfs_inode_extref *) in is_ancestor()
7098 struct btrfs_inode_extref *extref; in compare_refs()
7119 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
H A Dtree-checker.c1796 struct btrfs_inode_extref *extref = (struct btrfs_inode_extref *)ptr; in check_inode_extref()
H A Dinode.c4098 struct btrfs_inode_extref *extref; in btrfs_read_locked_inode()
4100 extref = (struct btrfs_inode_extref *)ptr; in btrfs_read_locked_inode()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h858 struct btrfs_inode_extref { struct