Searched refs:btrfs_dev_extent (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 | volumes.c | 1343 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent_start() 1453 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent_start() 1517 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent() 1536 struct btrfs_dev_extent); in btrfs_free_dev_extent() 1545 struct btrfs_dev_extent); in btrfs_free_dev_extent() 1573 struct btrfs_dev_extent *extent; in btrfs_alloc_dev_extent() 1593 struct btrfs_dev_extent); in btrfs_alloc_dev_extent() 4332 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device() 4403 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_shrink_device() 7497 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() [all …]
|
D | ctree.h | 1765 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, 1767 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent, 1769 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent, 1771 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64); 1773 static inline unsigned long btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev) in btrfs_dev_extent_chunk_tree_uuid() 1775 unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid); in btrfs_dev_extent_chunk_tree_uuid()
|
D | scrub.c | 3455 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks() 3518 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 527 struct btrfs_dev_extent { struct
|