Searched refs:btrfs_extent_inline_ref (Results 1 – 9 of 9) sorted by relevance
/linux/fs/btrfs/ |
A D | print-tree.c | 82 struct btrfs_extent_inline_ref *iref; in print_extent_item() 114 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item() 116 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item() 122 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
|
A D | backref.c | 978 struct btrfs_extent_inline_ref *iref; in add_inline_refs() 982 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs() 1820 struct btrfs_extent_inline_ref **out_eiref, 1834 (struct btrfs_extent_inline_ref *)(ei + 1); 1839 (struct btrfs_extent_inline_ref *)(info + 1); 1850 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); 1877 struct btrfs_extent_inline_ref *eiref; 2431 struct btrfs_extent_inline_ref *iref; 2446 iref = (struct btrfs_extent_inline_ref *) 2906 struct btrfs_extent_inline_ref *iref; [all …]
|
A D | extent-tree.c | 642 struct btrfs_extent_inline_ref *iref) in extent_data_ref_count() 794 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref() 979 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref() 1069 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref() 1142 struct btrfs_extent_inline_ref *iref; in insert_inline_extent_backref() 1178 struct btrfs_extent_inline_ref *iref, in remove_extent_backref() 2291 struct btrfs_extent_inline_ref *iref; in check_committed_ref() 2926 struct btrfs_extent_inline_ref *iref; in __btrfs_free_extent() 4575 struct btrfs_extent_inline_ref *iref; in alloc_reserved_file_extent() 4649 struct btrfs_extent_inline_ref *iref; in alloc_reserved_tree_block() [all …]
|
A D | ref-verify.c | 434 struct btrfs_extent_inline_ref *iref; in process_extent_item() 452 iref = (struct btrfs_extent_inline_ref *)(info + 1); in process_extent_item() 456 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in process_extent_item() 462 iref = (struct btrfs_extent_inline_ref *)ptr; in process_extent_item()
|
A D | ctree.h | 1883 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref, 1885 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref, 1892 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 1895 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size() 1898 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size() 2664 struct btrfs_extent_inline_ref *iref,
|
A D | tree-checker.c | 1336 struct btrfs_extent_inline_ref *iref; in check_extent_item() 1349 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
|
A D | relocation.c | 3190 struct btrfs_extent_inline_ref *iref; in add_tree_block() 3193 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
|
/linux/fs/btrfs/tests/ |
A D | qgroup-tests.c | 19 struct btrfs_extent_inline_ref *iref; in insert_normal_tree_ref() 53 iref = (struct btrfs_extent_inline_ref *)(block_info + 1); in insert_normal_tree_ref()
|
/linux/include/uapi/linux/ |
A D | btrfs_tree.h | 546 struct btrfs_extent_inline_ref { struct
|
Completed in 45 milliseconds