Home
last modified time | relevance | path

Searched refs:btrfs_dev_extent (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/btrfs/
Daccessors.h309 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64);
310 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
312 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
314 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
315 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_tree, struct btrfs_dev_extent,
317 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_objectid, struct btrfs_dev_extent,
319 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_offset, struct btrfs_dev_extent,
321 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_length, struct btrfs_dev_extent, length, 64);
Dprint-tree.c216 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
315 struct btrfs_dev_extent); in btrfs_print_leaf()
Ddev-replace.c460 struct btrfs_dev_extent *dev_extent = NULL; in mark_block_group_to_copy()
526 dev_extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in mark_block_group_to_copy()
Dvolumes.c1592 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent()
1685 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent()
1740 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent()
1759 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1768 struct btrfs_dev_extent); in btrfs_free_dev_extent()
4826 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device()
4917 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_shrink_device()
7885 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents()
7898 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
Dzoned.c298 struct btrfs_dev_extent *dext; in calculate_emulated_zone_size()
325 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in calculate_emulated_zone_size()
Dscrub.c2367 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks()
2431 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
Dblock-group.c2578 struct btrfs_dev_extent *extent; in insert_dev_extent()
2597 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in insert_dev_extent()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h799 struct btrfs_dev_extent { struct