Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Daccessors.h300 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 Dprint-tree.c242 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
344 struct btrfs_dev_extent); in btrfs_print_leaf()
H A Dtree-checker.c1809 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 Ddev-replace.c447 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 Dscrub.c2588 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 Dblock-group.c2689 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 Dbtrfs_tree.h844 struct btrfs_dev_extent { struct