Home
last modified time | relevance | path

Searched refs:remap_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dblock-group.c2483 cache->remap_bytes = btrfs_stack_block_group_v2_remap_bytes(bgi); in read_one_block_group()
2484 cache->last_remap_bytes = cache->remap_bytes; in read_one_block_group()
2551 } else if (cache->used == 0 && cache->remap_bytes == 0) { in fill_dummy_bgs()
2571 if (cache->used == 0 && cache->remap_bytes == 0) { in fill_dummy_bgs()
2784 btrfs_set_stack_block_group_v2_remap_bytes(&bgi, block_group->remap_bytes); in insert_dev_extent()
2788 block_group->last_remap_bytes = block_group->remap_bytes; in insert_dev_extent()
3261 u64 used, remap_bytes; in update_block_group_item()
3280 remap_bytes = cache->remap_bytes; in update_block_group_item()
3284 cache->last_remap_bytes == remap_bytes in update_block_group_item()
3223 u64 used, remap_bytes; update_block_group_item() local
[all...]
H A Drelocation.c3940 bg->remap_bytes += diff; in adjust_block_group_remap_bytes()
3941 if (bg->used == 0 && bg->remap_bytes == 0) in adjust_block_group_remap_bytes()
4348 while (bg->remap_bytes > 0) { in move_existing_remaps()
4408 ASSERT(bg->remap_bytes == 0); in move_existing_remaps()
5401 if (bg->remap_bytes != 0) { in btrfs_relocate_block_group()