Home
last modified time | relevance | path

Searched refs:total_bitmaps (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/btrfs/
A Dfree-space-cache.h64 int total_bitmaps; member
A Dfree-space-cache.c720 if (ctl->total_bitmaps > max_bitmaps) in recalculate_thresholds()
724 ctl->total_bitmaps, ctl->unit, max_bitmaps, in recalculate_thresholds()
726 ASSERT(ctl->total_bitmaps <= max_bitmaps); in recalculate_thresholds()
739 bitmap_bytes = ctl->total_bitmaps * ctl->unit; in recalculate_thresholds()
873 ctl->total_bitmaps++; in __load_free_space_cache()
2115 ctl->total_bitmaps++; in add_new_bitmap()
2137 ctl->total_bitmaps--; in free_bitmap()
2595 if (ctl->total_bitmaps > 0) { in steal_from_bitmap()
2600 if (ctl->total_bitmaps > 0) in steal_from_bitmap()
3289 ctl->total_bitmaps--; in btrfs_alloc_from_cluster()
[all …]
/linux-6.3-rc2/fs/btrfs/tests/
A Dfree-space-tests.c343 if (cache->free_space_ctl->total_bitmaps != num_bitmaps) { in check_num_extents_and_bitmaps()
346 cache->free_space_ctl->total_bitmaps, num_bitmaps); in check_num_extents_and_bitmaps()

Completed in 11 milliseconds