Searched refs:btrfs_extent_inline_ref (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | print-tree.c | 86 struct btrfs_extent_inline_ref *iref; in print_extent_item() 118 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item() 120 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item() 126 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
|
A D | backref.c | 1069 struct btrfs_extent_inline_ref *iref; in add_inline_refs() 1073 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs() 2242 struct btrfs_extent_inline_ref **out_eiref, in get_extent_inline_ref() 2256 (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref() 2261 (struct btrfs_extent_inline_ref *)(info + 1); in get_extent_inline_ref() 2272 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); in get_extent_inline_ref() 2299 struct btrfs_extent_inline_ref *eiref; in tree_backref_for_extent() 2911 struct btrfs_extent_inline_ref *iref; in btrfs_backref_iter_next() 2926 iref = (struct btrfs_extent_inline_ref *) in btrfs_backref_iter_next() 3387 struct btrfs_extent_inline_ref *iref; in btrfs_backref_add_tree_node() [all …]
|
A D | extent-tree.c | 651 struct btrfs_extent_inline_ref *iref) in extent_data_ref_count() 803 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref() 994 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref() 1084 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref() 1155 struct btrfs_extent_inline_ref *iref; in insert_inline_extent_backref() 1191 struct btrfs_extent_inline_ref *iref, in remove_extent_backref() 2297 struct btrfs_extent_inline_ref *iref; in check_committed_ref() 2935 struct btrfs_extent_inline_ref *iref; in __btrfs_free_extent() 4598 struct btrfs_extent_inline_ref *iref; in alloc_reserved_file_extent() 4662 struct btrfs_extent_inline_ref *iref; in alloc_reserved_tree_block() [all …]
|
A D | accessors.h | 353 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref, 355 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref, 362 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 365 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 368 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()
|
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()
|
A D | extent-tree.h | 95 struct btrfs_extent_inline_ref *iref,
|
A D | tree-checker.c | 1373 struct btrfs_extent_inline_ref *iref; in check_extent_item() 1386 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
|
A D | relocation.c | 3213 struct btrfs_extent_inline_ref *iref; in add_tree_block() 3216 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
|
/linux-6.3-rc2/fs/btrfs/tests/ |
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()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | btrfs_tree.h | 786 struct btrfs_extent_inline_ref { struct
|
Completed in 46 milliseconds