Searched refs:btrfs_inode_extref (Results 1 – 9 of 9) sorted by relevance
12 struct btrfs_inode_extref;79 struct btrfs_inode_extref *btrfs_lookup_inode_extref(90 struct btrfs_inode_extref *btrfs_find_name_in_ext_backref(
45 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()
1063 struct btrfs_inode_extref *extref; 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()1374 r = (struct btrfs_inode_extref *)ref_ptr; in add_inode_ref()1497 struct btrfs_inode_extref *extref; in count_inode_extrefs()5263 struct btrfs_inode_extref *extref; in btrfs_check_ref_name_override()5265 extref = (struct btrfs_inode_extref *)(ptr + in btrfs_check_ref_name_override()6724 struct btrfs_inode_extref *extref; in btrfs_log_all_parents()[all …]
231 struct btrfs_inode_extref **ret_extref,
269 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);
2009 struct btrfs_inode_extref **ret_extref, in btrfs_find_one_extref()2015 struct btrfs_inode_extref *extref; in btrfs_find_one_extref()2065 extref = (struct btrfs_inode_extref *)ptr; in btrfs_find_one_extref()2610 struct btrfs_inode_extref *extref; in iterate_inode_extrefs()2641 extref = (struct btrfs_inode_extref *)(ptr + cur_offset); in iterate_inode_extrefs()
996 struct btrfs_inode_extref *extref; in iterate_inode_ref()1044 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()2045 struct btrfs_inode_extref *extref; in get_first_ref()2047 struct btrfs_inode_extref); in get_first_ref()3915 struct btrfs_inode_extref *extref; in is_ancestor()3918 extref = (struct btrfs_inode_extref *) in is_ancestor()7140 struct btrfs_inode_extref *extref; in compare_refs()7161 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
3947 struct btrfs_inode_extref *extref; in btrfs_read_locked_inode()3949 extref = (struct btrfs_inode_extref *)ptr; in btrfs_read_locked_inode()
809 struct btrfs_inode_extref { struct
Completed in 72 milliseconds