Lines Matching refs:chunk_offset
1114 struct btrfs_fs_info *fs_info, const u64 chunk_offset) in btrfs_start_trans_remove_block_group() argument
1123 em = lookup_extent_mapping(em_tree, chunk_offset, 1); in btrfs_start_trans_remove_block_group()
1125 ASSERT(em && em->start == chunk_offset); in btrfs_start_trans_remove_block_group()
2295 struct btrfs_device *device, u64 chunk_offset, in insert_dev_extent() argument
2324 btrfs_set_dev_extent_chunk_offset(leaf, extent, chunk_offset); in insert_dev_extent()
2340 u64 chunk_offset, u64 chunk_size) in insert_dev_extents() argument
2351 em = btrfs_get_chunk_map(fs_info, chunk_offset, chunk_size); in insert_dev_extents()
2372 ret = insert_dev_extent(trans, device, chunk_offset, dev_offset, in insert_dev_extents()
2464 u64 chunk_offset, u64 size) in btrfs_make_block_group() argument
2472 cache = btrfs_create_block_group_cache(fs_info, chunk_offset); in btrfs_make_block_group()
2500 add_new_free_space(cache, chunk_offset, chunk_offset + size); in btrfs_make_block_group()