Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A 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);
H A Dprint-tree.c216 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
315 struct btrfs_dev_extent); in btrfs_print_leaf()
H 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()
H A Dvolumes.c1599 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent()
1692 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent()
1747 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent()
1766 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1775 struct btrfs_dev_extent); in btrfs_free_dev_extent()
4845 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device()
4936 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_shrink_device()
7904 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents()
7917 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
H A 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()
H A Dscrub.c2386 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks()
2450 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
H A Dblock-group.c2631 struct btrfs_dev_extent *extent; in insert_dev_extent()
2650 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in insert_dev_extent()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h135 DEFINE_CONV(btrfs_dev_extent, chunk_tree, chunk_objectid, chunk_offset, length)
H A Dbtrfs_tree.h512 struct btrfs_dev_extent { struct
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h799 struct btrfs_dev_extent { struct