Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dblock-group.c1874 bg->identity_remap_count == 0) { in reclaim_bgs_cmp()
2506 cache->identity_remap_count = btrfs_stack_block_group_v2_identity_remap_count(bgi); in read_one_block_group()
2507 cache->last_identity_remap_count = cache->identity_remap_count; in read_one_block_group()
2806 btrfs_set_stack_block_group_v2_identity_remap_count(&bgi, block_group->identity_remap_count); in insert_dev_extent()
2810 block_group->last_identity_remap_count = block_group->identity_remap_count; in insert_dev_extent()
3283 u32 identity_remap_count; in update_block_group_item()
3302 identity_remap_count = cache->identity_remap_count; in update_block_group_item()
3306 cache->last_identity_remap_count == identity_remap_count && in update_block_group_item()
3313 cache->last_identity_remap_count = identity_remap_count; in update_block_group_item()
3255 u32 identity_remap_count; update_block_group_item() local
[all...]
H A Dtree-checker.c825 u32 identity_remap_count;
837 identity_remap_count = btrfs_block_group_v2_identity_remap_count(leaf, bgi2); in chunk_err()
838 if (unlikely((u64)identity_remap_count > in chunk_err()
841 "invalid identity_remap_count, have %u expect [0, %llu]", in chunk_err()
842 identity_remap_count, in chunk_err()
798 u32 identity_remap_count; check_block_group_item() local
H A Drelocation.c4643 bg->identity_remap_count = num_entries; in find_next_identity_remap()
4827 WARN_ON(delta < 0 && -delta > bg->identity_remap_count); in add_remap_entry()
4831 bg->identity_remap_count += delta; in add_remap_entry()
4833 if (bg->identity_remap_count == 0 && in add_remap_entry()
5133 if (src_bg->identity_remap_count == 0) { in btrfs_translate_remap()
H A Dspace-info.c393 block_group->identity_remap_count != 0) { in btrfs_add_bg_to_space_info()
H A Dfree-space-cache.c3060 block_group->identity_remap_count == 0) { in btrfs_is_free_space_trimmed()