Searched refs:btrfs_dev_extent (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | accessors.h | 321 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64); 322 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent, 324 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent, 326 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64); 327 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_tree, struct btrfs_dev_extent, 329 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_objectid, struct btrfs_dev_extent, 331 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_offset, struct btrfs_dev_extent, 333 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_length, struct btrfs_dev_extent, length, 64);
|
| H A D | print-tree.c | 441 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf() 536 struct btrfs_dev_extent); in btrfs_print_leaf()
|
| H A D | tree-checker.c | 1887 struct btrfs_dev_extent *de; in check_dev_extent_item() 1890 de = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in check_dev_extent_item() 1933 struct btrfs_dev_extent *prev_de; in check_dev_extent_item() 1936 prev_de = btrfs_item_ptr(leaf, slot - 1, struct btrfs_dev_extent); in check_dev_extent_item()
|
| H A D | dev-replace.c | 445 struct btrfs_dev_extent *dev_extent = NULL; in mark_block_group_to_copy() 511 dev_extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in mark_block_group_to_copy()
|
| H A D | zoned.c | 300 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 | 2662 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks() 2726 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
|
| H A D | block-group.c | 2780 struct btrfs_dev_extent *extent; in insert_dev_extent() 2799 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in insert_dev_extent()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 854 struct btrfs_dev_extent { struct
|