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.c2424 cache->remap_bytes = btrfs_stack_block_group_v2_remap_bytes(bgi); in read_one_block_group()
2425 cache->last_remap_bytes = cache->remap_bytes; in read_one_block_group()
2492 } else if (cache->used == 0 && cache->remap_bytes == 0) { in read_one_block_group()
2512 if (cache->used == 0 && cache->remap_bytes == 0) { in read_one_block_group()
2720 btrfs_set_stack_block_group_v2_remap_bytes(&bgi, block_group->remap_bytes); in insert_block_group_item()
2724 block_group->last_remap_bytes = block_group->remap_bytes; in insert_block_group_item()
3192 u64 used, remap_bytes; in update_block_group_item() local
3206 remap_bytes = cache->remap_bytes; in update_block_group_item()
3210 cache->last_remap_bytes == remap_bytes && in update_block_group_item()
3217 cache->last_remap_bytes = remap_bytes; in update_block_group_item()
[all …]
H A Drelocation.c3948 bg->remap_bytes += diff; in adjust_block_group_remap_bytes()
3949 if (bg->used == 0 && bg->remap_bytes == 0) in adjust_block_group_remap_bytes()
4357 while (bg->remap_bytes > 0) { in move_existing_remaps()
4415 ASSERT(bg->remap_bytes == 0); in move_existing_remaps()
5392 if (bg->remap_bytes != 0) { in btrfs_relocate_block_group()