Lines Matching refs:chunk_offset
1104 struct btrfs_fs_info *fs_info, const u64 chunk_offset) in btrfs_start_trans_remove_block_group() argument
1112 em = lookup_extent_mapping(em_tree, chunk_offset, 1); in btrfs_start_trans_remove_block_group()
1114 ASSERT(em && em->start == chunk_offset); in btrfs_start_trans_remove_block_group()
2267 struct btrfs_device *device, u64 chunk_offset, in insert_dev_extent() argument
2296 btrfs_set_dev_extent_chunk_offset(leaf, extent, chunk_offset); in insert_dev_extent()
2312 u64 chunk_offset, u64 chunk_size) in insert_dev_extents() argument
2323 em = btrfs_get_chunk_map(fs_info, chunk_offset, chunk_size); in insert_dev_extents()
2344 ret = insert_dev_extent(trans, device, chunk_offset, dev_offset, in insert_dev_extents()
2414 u64 chunk_offset, u64 size) in btrfs_make_block_group() argument
2422 cache = btrfs_create_block_group_cache(fs_info, chunk_offset); in btrfs_make_block_group()
2449 add_new_free_space(cache, chunk_offset, chunk_offset + size); in btrfs_make_block_group()