Searched refs:btrfs_extent_inline_ref (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | print-tree.c | 86 struct btrfs_extent_inline_ref *iref; in print_extent_item() 120 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item() 122 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item() 128 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
|
H A D | backref.c | 1070 struct btrfs_extent_inline_ref *iref; in add_inline_refs() 1074 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs() 2284 struct btrfs_extent_inline_ref **out_eiref, in get_extent_inline_ref() 2298 (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref() 2303 (struct btrfs_extent_inline_ref *)(info + 1); in get_extent_inline_ref() 2314 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); in get_extent_inline_ref() 2341 struct btrfs_extent_inline_ref *eiref; in tree_backref_for_extent() 2947 struct btrfs_extent_inline_ref *iref; in btrfs_backref_iter_next() 2962 iref = (struct btrfs_extent_inline_ref *) in btrfs_backref_iter_next() 3430 struct btrfs_extent_inline_ref *iref; in btrfs_backref_add_tree_node() [all …]
|
H A D | extent-tree.c | 632 struct btrfs_extent_inline_ref *iref) in extent_data_ref_count() 783 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref() 981 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref() 1072 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref() 1193 struct btrfs_extent_inline_ref *iref; in insert_inline_extent_backref() 1225 struct btrfs_extent_inline_ref *iref, in remove_extent_backref() 2326 struct btrfs_extent_inline_ref *iref; in check_committed_ref() 2971 struct btrfs_extent_inline_ref *iref; in __btrfs_free_extent() 4655 struct btrfs_extent_inline_ref *iref; in alloc_reserved_file_extent() 4719 struct btrfs_extent_inline_ref *iref; in alloc_reserved_tree_block() [all …]
|
H A D | accessors.h | 352 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref, 354 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref, 361 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 364 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 367 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()
|
H A D | extent-tree.h | 90 struct btrfs_extent_inline_ref *iref,
|
H A D | ref-verify.c | 437 struct btrfs_extent_inline_ref *iref; in process_extent_item() 455 iref = (struct btrfs_extent_inline_ref *)(info + 1); in process_extent_item() 459 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in process_extent_item() 465 iref = (struct btrfs_extent_inline_ref *)ptr; in process_extent_item()
|
H A D | tree-checker.c | 1430 struct btrfs_extent_inline_ref *iref; in check_extent_item() 1446 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
|
H A D | relocation.c | 3181 struct btrfs_extent_inline_ref *iref; in add_tree_block() 3184 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 21 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()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 134 DEFINE_CONV(btrfs_extent_inline_ref, offset)
|
H A D | btrfs_tree.h | 503 struct btrfs_extent_inline_ref { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 790 struct btrfs_extent_inline_ref { struct
|