Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Daccessors.h310 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64);
311 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
313 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
315 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
316 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_tree, struct btrfs_dev_extent,
318 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_objectid, struct btrfs_dev_extent,
320 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_offset, struct btrfs_dev_extent,
322 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_length, struct btrfs_dev_extent, length, 64);
A Dprint-tree.c214 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
317 struct btrfs_dev_extent); in btrfs_print_leaf()
A 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()
A Dvolumes.c1575 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent_start()
1668 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent_start()
1730 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent()
1749 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1758 struct btrfs_dev_extent); in btrfs_free_dev_extent()
4818 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device()
4909 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_shrink_device()
8001 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents()
8014 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
A Dzoned.c295 struct btrfs_dev_extent *dext; in calculate_emulated_zone_size()
322 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in calculate_emulated_zone_size()
A Dblock-group.c2519 struct btrfs_dev_extent *extent; in insert_dev_extent()
2538 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in insert_dev_extent()
A Dscrub.c3852 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks()
3916 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
/linux-6.3-rc2/include/uapi/linux/
A Dbtrfs_tree.h795 struct btrfs_dev_extent { struct

Completed in 45 milliseconds