Searched refs:btrfs_dev_extent (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | print-tree.c | 171 struct btrfs_dev_extent *dev_extent; in btrfs_print_leaf() 281 struct btrfs_dev_extent); in btrfs_print_leaf()
|
D | ctree.h | 547 struct btrfs_dev_extent { struct 1532 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, 1534 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent, 1536 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent, 1538 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64); 1540 static inline u8 *btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev) in btrfs_dev_extent_chunk_tree_uuid() 1542 unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid); in btrfs_dev_extent_chunk_tree_uuid()
|
D | volumes.c | 696 struct btrfs_dev_extent *dev_extent; in btrfs_account_dev_extents_size() 749 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in btrfs_account_dev_extents_size() 801 struct btrfs_dev_extent *dev_extent; in find_free_dev_extent() 897 dev_extent = btrfs_item_ptr(l, slot, struct btrfs_dev_extent); in find_free_dev_extent() 938 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent() 956 struct btrfs_dev_extent); in btrfs_free_dev_extent() 963 struct btrfs_dev_extent); in btrfs_free_dev_extent() 984 struct btrfs_dev_extent *extent; in btrfs_alloc_dev_extent() 1002 struct btrfs_dev_extent); in btrfs_alloc_dev_extent() 2092 struct btrfs_dev_extent *dev_extent = NULL; in btrfs_shrink_device() [all …]
|