Searched refs:btrfs_dev_extent (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | print-tree.c | 179 	struct btrfs_dev_extent *dev_extent;  in btrfs_print_leaf()283 						    struct btrfs_dev_extent);  in btrfs_print_leaf()
 
 | 
| D | ctree.h | 1588 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent,1590 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
 1592 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
 1594 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
 1596 static inline unsigned long btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev)  in btrfs_dev_extent_chunk_tree_uuid()
 1598 	unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid);  in btrfs_dev_extent_chunk_tree_uuid()
 
 | 
| D | volumes.c | 1559 	struct btrfs_dev_extent *dev_extent;  in find_free_dev_extent_start()1666 		dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);  in find_free_dev_extent_start()
 1727 	struct btrfs_dev_extent *extent = NULL;  in btrfs_free_dev_extent()
 1746 					struct btrfs_dev_extent);  in btrfs_free_dev_extent()
 1755 					struct btrfs_dev_extent);  in btrfs_free_dev_extent()
 1783 	struct btrfs_dev_extent *extent;  in btrfs_alloc_dev_extent()
 1803 				struct btrfs_dev_extent);  in btrfs_alloc_dev_extent()
 4671 	struct btrfs_dev_extent *dev_extent = NULL;  in btrfs_shrink_device()
 4763 		dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);  in btrfs_shrink_device()
 7808 		struct btrfs_dev_extent *dext;  in btrfs_verify_dev_extents()
 [all …]
 
 | 
| D | scrub.c | 3475 	struct btrfs_dev_extent *dev_extent = NULL;  in scrub_enumerate_chunks()3538 		dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);  in scrub_enumerate_chunks()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | btrfs_tree.h | 532 struct btrfs_dev_extent {  struct
 |