Home
last modified time | relevance | path

Searched refs:identity_remap_count (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dblock-group.c1874 bg->identity_remap_count == 0) { in btrfs_mark_bg_unused()
2512 cache->identity_remap_count = btrfs_stack_block_group_v2_identity_remap_count(bgi); in read_one_block_group()
2513 cache->last_identity_remap_count = cache->identity_remap_count; in read_one_block_group()
2811 btrfs_set_stack_block_group_v2_identity_remap_count(&bgi, block_group->identity_remap_count); in insert_block_group_item()
2815 block_group->last_identity_remap_count = block_group->identity_remap_count; in insert_block_group_item()
3288 u32 identity_remap_count; in update_block_group_item() local
3307 identity_remap_count = cache->identity_remap_count; in update_block_group_item()
3311 cache->last_identity_remap_count == identity_remap_count && in update_block_group_item()
3318 cache->last_identity_remap_count = identity_remap_count; in update_block_group_item()
3342 cache->identity_remap_count); in update_block_group_item()
[all …]
H A Dblock-group.h137 u32 identity_remap_count; member
H A Dtree-checker.c825 u32 identity_remap_count; in check_block_group_item() local
837 identity_remap_count = btrfs_block_group_v2_identity_remap_count(leaf, bgi2); in check_block_group_item()
838 if (unlikely((u64)identity_remap_count > in check_block_group_item()
842 identity_remap_count, in check_block_group_item()
H A Drelocation.c4711 bg->identity_remap_count = num_entries; in create_remap_tree_entries()
4895 WARN_ON(delta < 0 && -delta > bg->identity_remap_count); in adjust_identity_remap_count()
4899 bg->identity_remap_count += delta; in adjust_identity_remap_count()
4901 if (bg->identity_remap_count == 0 && in adjust_identity_remap_count()
5201 if (src_bg->identity_remap_count == 0) { in do_remap_reloc_trans()
H A Dspace-info.c393 block_group->identity_remap_count != 0) { in btrfs_add_bg_to_space_info()
H A Dfree-space-cache.c3063 block_group->identity_remap_count == 0) { in btrfs_is_free_space_trimmed()