Searched refs:btrfs_extent_inline_ref (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | print-tree.c | 44 	struct btrfs_extent_inline_ref *iref;  in print_extent_item()76 		iref = (struct btrfs_extent_inline_ref *)(info + 1);  in print_extent_item()
 78 		iref = (struct btrfs_extent_inline_ref *)(ei + 1);  in print_extent_item()
 84 		iref = (struct btrfs_extent_inline_ref *)ptr;  in print_extent_item()
 
 | 
| D | extent-tree.c | 389 				     struct btrfs_extent_inline_ref *iref,  in btrfs_get_extent_inline_ref_type()678 					  struct btrfs_extent_inline_ref *iref)  in extent_data_ref_count()
 820 				 struct btrfs_extent_inline_ref **ref_ret,  in lookup_inline_extent_backref()
 830 	struct btrfs_extent_inline_ref *iref;  in lookup_inline_extent_backref()
 933 		iref = (struct btrfs_extent_inline_ref *)ptr;  in lookup_inline_extent_backref()
 998 	*ref_ret = (struct btrfs_extent_inline_ref *)ptr;  in lookup_inline_extent_backref()
 1013 				 struct btrfs_extent_inline_ref *iref,  in setup_inline_extent_backref()
 1049 	iref = (struct btrfs_extent_inline_ref *)ptr;  in setup_inline_extent_backref()
 1073 				 struct btrfs_extent_inline_ref **ref_ret,  in lookup_extent_backref()
 1103 				  struct btrfs_extent_inline_ref *iref,  in update_inline_extent_backref()
 [all …]
 
 | 
| D | backref.c | 924 		struct btrfs_extent_inline_ref *iref;  in add_inline_refs()928 		iref = (struct btrfs_extent_inline_ref *)ptr;  in add_inline_refs()
 1769 				 struct btrfs_extent_inline_ref **out_eiref,
 1783 				     (struct btrfs_extent_inline_ref *)(ei + 1);
 1788 				   (struct btrfs_extent_inline_ref *)(info + 1);
 1791 			*out_eiref = (struct btrfs_extent_inline_ref *)(ei + 1);
 1799 	*out_eiref = (struct btrfs_extent_inline_ref *)(*ptr);
 1826 	struct btrfs_extent_inline_ref *eiref;
 
 | 
| D | ref-verify.c | 432 	struct btrfs_extent_inline_ref *iref;  in process_extent_item()450 		iref = (struct btrfs_extent_inline_ref *)(info + 1);  in process_extent_item()
 454 		iref = (struct btrfs_extent_inline_ref *)(ei + 1);  in process_extent_item()
 460 		iref = (struct btrfs_extent_inline_ref *)ptr;  in process_extent_item()
 
 | 
| D | ctree.h | 1638 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,1640 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
 1647 		return sizeof(struct btrfs_extent_inline_ref);  in btrfs_extent_inline_ref_size()
 1650 		       sizeof(struct btrfs_extent_inline_ref);  in btrfs_extent_inline_ref_size()
 1653 		       offsetof(struct btrfs_extent_inline_ref, offset);  in btrfs_extent_inline_ref_size()
 2372 				     struct btrfs_extent_inline_ref *iref,
 
 | 
| D | tree-checker.c | 1063 		struct btrfs_extent_inline_ref *iref;  in check_extent_item()1076 		iref = (struct btrfs_extent_inline_ref *)ptr;  in check_extent_item()
 
 | 
| D | relocation.c | 769 			struct btrfs_extent_inline_ref *iref;  in build_backref_tree()771 			iref = (struct btrfs_extent_inline_ref *)ptr;  in build_backref_tree()
 3769 	struct btrfs_extent_inline_ref *iref;  in add_data_references()
 3782 		iref = (struct btrfs_extent_inline_ref *)ptr;  in add_data_references()
 
 | 
| /Linux-v5.4/fs/btrfs/tests/ | 
| D | qgroup-tests.c | 19 	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()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | btrfs_tree.h | 514 struct btrfs_extent_inline_ref {  struct
 |