Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dprint-tree.c170 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
285 struct btrfs_dev_extent); in btrfs_print_leaf()
Dctree.h626 struct btrfs_dev_extent { struct
1797 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent,
1799 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
1801 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
1803 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
1805 static inline u8 *btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev) in btrfs_dev_extent_chunk_tree_uuid()
1807 unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid); in btrfs_dev_extent_chunk_tree_uuid()
Dvolumes.c774 struct btrfs_dev_extent *dev_extent; in btrfs_account_dev_extents_size()
827 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_account_dev_extents_size()
877 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent()
971 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent()
1019 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent()
1038 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1047 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1078 struct btrfs_dev_extent *extent; in btrfs_alloc_dev_extent()
1097 struct btrfs_dev_extent); in btrfs_alloc_dev_extent()
2991 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device()
[all …]
Dscrub.c2048 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks()
2106 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()