Home
last modified time | relevance | path

Searched full:chunk_map (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Drelocation.c4657 struct btrfs_chunk_map *chunk_map, in remove_chunk_stripes() argument
4668 key.offset = chunk_map->start; in remove_chunk_stripes()
4698 int btrfs_last_identity_remap_gone(struct btrfs_chunk_map *chunk_map, in btrfs_last_identity_remap_gone() argument
4717 num_items = chunk_map->num_stripes + 1; in btrfs_last_identity_remap_gone()
4719 num_items = 2 * chunk_map->num_stripes; in btrfs_last_identity_remap_gone()
4725 ret = btrfs_remove_dev_extents(trans, chunk_map); in btrfs_last_identity_remap_gone()
4733 for (unsigned int i = 0; i < chunk_map->num_stripes; i++) { in btrfs_last_identity_remap_gone()
4734 ret = btrfs_update_device(trans, chunk_map->stripes[i].dev); in btrfs_last_identity_remap_gone()
4745 btrfs_chunk_map_device_clear_bits(chunk_map, CHUNK_ALLOCATED); in btrfs_last_identity_remap_gone()
4754 ret = remove_chunk_stripes(trans, chunk_map, path); in btrfs_last_identity_remap_gone()
[all …]