Lines Matching refs:total_bitmaps
702 if (ctl->total_bitmaps > max_bitmaps) in recalculate_thresholds()
706 ctl->total_bitmaps, ctl->unit, max_bitmaps, in recalculate_thresholds()
708 ASSERT(ctl->total_bitmaps <= max_bitmaps); in recalculate_thresholds()
721 bitmap_bytes = ctl->total_bitmaps * ctl->unit; in recalculate_thresholds()
863 ctl->total_bitmaps++; in __load_free_space_cache()
2129 ctl->total_bitmaps++; in add_new_bitmap()
2151 ctl->total_bitmaps--; in free_bitmap()
2612 if (ctl->total_bitmaps > 0) { in steal_from_bitmap()
2617 if (ctl->total_bitmaps > 0) in steal_from_bitmap()
3309 ctl->total_bitmaps--; in btrfs_alloc_from_cluster()
3520 if (ctl->total_bitmaps == 0) in setup_cluster_bitmap()