Searched refs:btrfs_dev_extent (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | accessors.h | 309 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 D | print-tree.c | 216 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf() 315 struct btrfs_dev_extent); in btrfs_print_leaf()
|
H A D | tree-checker.c | 1751 struct btrfs_dev_extent *de; in check_dev_extent_item() 1754 de = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in check_dev_extent_item() 1797 struct btrfs_dev_extent *prev_de; in check_dev_extent_item() 1800 prev_de = btrfs_item_ptr(leaf, slot - 1, struct btrfs_dev_extent); in check_dev_extent_item()
|
H A D | dev-replace.c | 460 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 D | volumes.c | 1635 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent() 1728 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent() 1783 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent() 1802 struct btrfs_dev_extent); in btrfs_free_dev_extent() 1811 struct btrfs_dev_extent); in btrfs_free_dev_extent() 4877 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device() 4968 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_shrink_device() 7938 struct btrfs_dev_extent *dext; in btrfs_verify_dev_extents() 7951 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in btrfs_verify_dev_extents()
|
H A D | zoned.c | 298 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 D | scrub.c | 2390 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks() 2454 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
|
H A D | block-group.c | 2641 struct btrfs_dev_extent *extent; in insert_dev_extent() 2660 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in insert_dev_extent()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 135 DEFINE_CONV(btrfs_dev_extent, chunk_tree, chunk_objectid, chunk_offset, length)
|
H A D | btrfs_tree.h | 512 struct btrfs_dev_extent { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 799 struct btrfs_dev_extent { struct
|