Searched refs:btrfs_extent_inline_ref (Results 1 – 9 of 9) sorted by relevance
19 struct btrfs_extent_inline_ref;100 const struct btrfs_extent_inline_ref *iref,
104 struct btrfs_extent_inline_ref *iref; in print_extent_item()139 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item()141 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item()147 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
367 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,369 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,376 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()379 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()382 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()384 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
1057 struct btrfs_extent_inline_ref *iref; in add_inline_refs()1061 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()2295 struct btrfs_extent_inline_ref **out_eiref, in get_extent_inline_ref()2309 (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref()2314 (struct btrfs_extent_inline_ref *)(info + 1); in get_extent_inline_ref()2317 *out_eiref = (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref()2325 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); in get_extent_inline_ref()2352 struct btrfs_extent_inline_ref *eiref; in tree_backref_for_extent()2981 struct btrfs_extent_inline_ref *iref; in btrfs_backref_iter_next()2996 iref = (struct btrfs_extent_inline_ref *) in btrfs_backref_iter_next()[all …]
419 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()
1512 struct btrfs_extent_inline_ref *iref; in check_extent_item()1528 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
3094 struct btrfs_extent_inline_ref *iref; in add_tree_block()3097 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
21 struct btrfs_extent_inline_ref *iref; in insert_normal_tree_ref()54 iref = (struct btrfs_extent_inline_ref *)(block_info + 1); in insert_normal_tree_ref()
845 struct btrfs_extent_inline_ref { struct