Lines Matching refs:chunk_objectid
1072 u64 chunk_tree, u64 chunk_objectid, in btrfs_alloc_dev_extent() argument
1099 btrfs_set_dev_extent_chunk_objectid(leaf, extent, chunk_objectid); in btrfs_alloc_dev_extent()
1894 u64 chunk_tree, u64 chunk_objectid, in btrfs_free_chunk() argument
1906 key.objectid = chunk_objectid; in btrfs_free_chunk()
1929 static int btrfs_del_sys_chunk(struct btrfs_root *root, u64 chunk_objectid, u64 in btrfs_del_sys_chunk() argument
1962 if (key.objectid == chunk_objectid && in btrfs_del_sys_chunk()
1976 u64 chunk_tree, u64 chunk_objectid, in btrfs_relocate_chunk() argument
2027 ret = btrfs_free_chunk(trans, root, chunk_tree, chunk_objectid, in btrfs_relocate_chunk()
2035 ret = btrfs_del_sys_chunk(root, chunk_objectid, chunk_offset); in btrfs_relocate_chunk()
2994 u64 chunk_objectid; in btrfs_shrink_device() local
3064 chunk_objectid = btrfs_dev_extent_chunk_objectid(l, dev_extent); in btrfs_shrink_device()
3068 ret = btrfs_relocate_chunk(root, chunk_tree, chunk_objectid, in btrfs_shrink_device()