Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dprint-tree.c184 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf()
289 struct btrfs_dev_extent); in btrfs_print_leaf()
Dctree.h681 struct btrfs_dev_extent { struct
2556 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent,
2558 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
2560 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
2562 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
2564 static inline unsigned long btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev) in btrfs_dev_extent_chunk_tree_uuid()
2566 unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid); in btrfs_dev_extent_chunk_tree_uuid()
Dvolumes.c1091 struct btrfs_dev_extent *dev_extent; in btrfs_account_dev_extents_size()
1144 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_account_dev_extents_size()
1251 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent_start()
1362 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent_start()
1425 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent()
1444 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1453 struct btrfs_dev_extent); in btrfs_free_dev_extent()
1481 struct btrfs_dev_extent *extent; in btrfs_alloc_dev_extent()
1501 struct btrfs_dev_extent); in btrfs_alloc_dev_extent()
4249 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device()
[all …]
Dscrub.c3491 struct btrfs_dev_extent *dev_extent = NULL; in scrub_enumerate_chunks()
3554 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in scrub_enumerate_chunks()