Searched refs:chunk_objectid (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | volumes.h | 242 u64 chunk_tree, u64 chunk_objectid,
|
D | volumes.c | 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 [all …]
|
D | ctree.h | 628 __le64 chunk_objectid; member 871 __le64 chunk_objectid; member 1742 struct btrfs_block_group_item, chunk_objectid, 64); 1745 struct btrfs_block_group_item, chunk_objectid, 64); 1800 chunk_objectid, 64); 2554 u64 type, u64 chunk_objectid, u64 chunk_offset,
|
D | scrub.c | 2007 u64 chunk_tree, u64 chunk_objectid, u64 chunk_offset, u64 length, in scrub_chunk() argument 2054 u64 chunk_objectid; in scrub_enumerate_chunks() local 2116 chunk_objectid = btrfs_dev_extent_chunk_objectid(l, dev_extent); in scrub_enumerate_chunks() 2128 ret = scrub_chunk(sdev, chunk_tree, chunk_objectid, in scrub_enumerate_chunks()
|
D | extent-tree.c | 7746 u64 type, u64 chunk_objectid, u64 chunk_offset, in btrfs_make_block_group() argument 7781 btrfs_set_block_group_chunk_objectid(&cache->item, chunk_objectid); in btrfs_make_block_group()
|