Searched refs:chunk_tree (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | volumes.h | 121 u64 chunk_tree, u64 chunk_objectid,
|
D | volumes.c | 761 u64 chunk_tree, u64 chunk_objectid, in btrfs_alloc_dev_extent() argument 786 btrfs_set_dev_extent_chunk_tree(leaf, extent, chunk_tree); in btrfs_alloc_dev_extent() 1485 u64 chunk_tree, u64 chunk_objectid, in btrfs_free_chunk() argument 1558 u64 chunk_tree, u64 chunk_objectid, in btrfs_relocate_chunk() argument 1606 ret = btrfs_free_chunk(trans, root, chunk_tree, chunk_objectid, in btrfs_relocate_chunk() 1644 u64 chunk_tree = chunk_root->root_key.objectid; in btrfs_relocate_sys_chunks() local 1678 ret = btrfs_relocate_chunk(chunk_root, chunk_tree, in btrfs_relocate_sys_chunks() 1808 u64 chunk_tree; in btrfs_shrink_device() local 1880 chunk_tree = btrfs_dev_extent_chunk_tree(l, dev_extent); in btrfs_shrink_device() 1885 ret = btrfs_relocate_chunk(root, chunk_tree, chunk_objectid, in btrfs_shrink_device()
|
D | ctree.h | 435 __le64 chunk_tree; member 1230 chunk_tree, 64);
|