Home
last modified time | relevance | path

Searched refs:btrfs_extent_inline_ref (Results 1 – 10 of 10) sorted by relevance

/linux/fs/btrfs/
H A Dprint-tree.c96 struct btrfs_extent_inline_ref *iref; in print_extent_item()
131 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item()
133 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item()
139 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
H A Dextent-tree.h19 struct btrfs_extent_inline_ref;
100 const struct btrfs_extent_inline_ref *iref,
H A Dextent-tree.c332 const struct btrfs_extent_inline_ref *iref, in btrfs_get_extent_inline_ref_type()
621 const struct btrfs_extent_inline_ref *iref) in extent_data_ref_count()
762 struct btrfs_extent_inline_ref **ref_ret, in lookup_inline_extent_backref()
772 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref()
875 iref = (struct btrfs_extent_inline_ref *)ptr; in lookup_inline_extent_backref()
975 *ref_ret = (struct btrfs_extent_inline_ref *)ptr; in lookup_inline_extent_backref()
992 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref()
1028 iref = (struct btrfs_extent_inline_ref *)ptr; in setup_inline_extent_backref()
1051 struct btrfs_extent_inline_ref **ref_ret, in lookup_extent_backref()
1082 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref()
[all …]
H A Daccessors.h346 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,
348 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
355 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
358 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
361 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()
363 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
H A Dbackref.c1058 struct btrfs_extent_inline_ref *iref; in add_inline_refs()
1062 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()
2282 struct btrfs_extent_inline_ref **out_eiref, in get_extent_inline_ref()
2296 (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref()
2301 (struct btrfs_extent_inline_ref *)(info + 1); in get_extent_inline_ref()
2304 *out_eiref = (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref()
2312 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); in get_extent_inline_ref()
2339 struct btrfs_extent_inline_ref *eiref; in tree_backref_for_extent()
2969 struct btrfs_extent_inline_ref *iref; in btrfs_backref_iter_next()
2984 iref = (struct btrfs_extent_inline_ref *) in btrfs_backref_iter_next()
[all …]
H A Dref-verify.c419 struct btrfs_extent_inline_ref *iref; in process_extent_item()
438 iref = (struct btrfs_extent_inline_ref *)(info + 1); in process_extent_item()
442 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in process_extent_item()
448 iref = (struct btrfs_extent_inline_ref *)ptr; in process_extent_item()
H A Dtree-checker.c1466 struct btrfs_extent_inline_ref *iref; in check_extent_item()
1482 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
H A Drelocation.c3110 struct btrfs_extent_inline_ref *iref; in add_tree_block()
3113 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
/linux/fs/btrfs/tests/
H A Dqgroup-tests.c21 struct btrfs_extent_inline_ref *iref; in insert_normal_tree_ref()
55 iref = (struct btrfs_extent_inline_ref *)(block_info + 1); in insert_normal_tree_ref()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h835 struct btrfs_extent_inline_ref { struct