Searched refs:chunk_tree (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | volumes.c | 1326 u64 chunk_tree, u64 chunk_objectid, in btrfs_alloc_dev_extent() argument 1353 btrfs_set_dev_extent_chunk_tree(leaf, extent, chunk_tree); in btrfs_alloc_dev_extent() 2488 u64 chunk_tree, u64 chunk_objectid, in btrfs_free_chunk() argument 2580 u64 chunk_tree = root->fs_info->chunk_root->objectid; in btrfs_remove_chunk() local 2634 ret = btrfs_free_chunk(trans, root, chunk_tree, chunk_objectid, in btrfs_remove_chunk() 2670 u64 chunk_tree, u64 chunk_objectid, in btrfs_relocate_chunk() argument 2713 u64 chunk_tree = chunk_root->root_key.objectid; in btrfs_relocate_sys_chunks() local 2750 ret = btrfs_relocate_chunk(chunk_root, chunk_tree, in btrfs_relocate_sys_chunks() 3963 u64 chunk_tree; in btrfs_shrink_device() local 4033 chunk_tree = btrfs_dev_extent_chunk_tree(l, dev_extent); in btrfs_shrink_device() [all …]
|
D | scrub.c | 2613 u64 chunk_tree, u64 chunk_objectid, in scrub_chunk() argument 2664 u64 chunk_tree; in scrub_enumerate_chunks() local 2723 chunk_tree = btrfs_dev_extent_chunk_tree(l, dev_extent); in scrub_enumerate_chunks() 2741 ret = scrub_chunk(sctx, scrub_dev, chunk_tree, chunk_objectid, in scrub_enumerate_chunks()
|
D | ctree.h | 680 __le64 chunk_tree; member 2437 chunk_tree, 64);
|