Searched refs:btrfs_dev_extent (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/btrfs/
H A Daccessors.h326 /* struct btrfs_dev_extent */
327 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64);
328 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
330 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
332 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
333 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_tree, struct btrfs_dev_extent,
335 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_objectid, struct btrfs_dev_extent,
337 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_chunk_offset, struct btrfs_dev_extent,
339 BTRFS_SETGET_STACK_FUNCS(stack_dev_extent_length, struct btrfs_dev_extent, length, 64);
H A Dprint-tree.c247 struct btrfs_dev_extent *dev_extent;
346 struct btrfs_dev_extent);
H A Ddev-replace.c459 struct btrfs_dev_extent *dev_extent = NULL;
525 dev_extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent);
H A Dvolumes.c1619 struct btrfs_dev_extent *dev_extent;
1712 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);
1767 struct btrfs_dev_extent *extent = NULL;
1786 struct btrfs_dev_extent);
1795 struct btrfs_dev_extent);
4970 struct btrfs_dev_extent *dev_extent = NULL;
5074 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);
8172 struct btrfs_dev_extent *dext;
8185 dext = btrfs_item_ptr(leaf, slot, struct btrfs_dev_extent);
H A Dzoned.c296 struct btrfs_dev_extent *dext;
323 dext = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent);
H A Dscrub.c2459 struct btrfs_dev_extent *dev_extent = NULL;
2523 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent);
H A Dblock-group.c2610 struct btrfs_dev_extent *extent;
2629 extent = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_extent);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h848 struct btrfs_dev_extent { struct

Completed in 264 milliseconds