Searched refs:btrfs_dev_extent (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | accessors.h | 300 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64); 301 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent, 303 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent, 305 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64); 306 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_tree, struct btrfs_dev_extent, 308 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_objectid, struct btrfs_dev_extent, 310 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_offset, struct btrfs_dev_extent, 312 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_length, struct btrfs_dev_extent, length, 64);
|
H A D | print-tree.c | 242 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf() 344 struct btrfs_dev_extent); in btrfs_print_leaf()
|
H A D | tree-checker.c | 1809 struct btrfs_dev_extent *de; in check_dev_extent_item() 1812 de = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent); in check_dev_extent_item() 1855 struct btrfs_dev_extent *prev_de; in check_dev_extent_item() 1858 prev_de = btrfs_item_ptr(leaf, slot - 1, struct btrfs_dev_extent); in check_dev_extent_item()
|
H A D | dev-replace.c | 447 struct btrfs_dev_extent *dev_extent = NULL; in mark_block_group_to_copy() 513 dev_extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent); in mark_block_group_to_copy()
|
H A D | scrub.c | 2588 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks() 2652 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()
|
H A D | block-group.c | 2689 struct btrfs_dev_extent *extent; in insert_dev_extent() 2708 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 | 844 struct btrfs_dev_extent { struct
|