Lines Matching refs:total_bitmaps
701 if (ctl->total_bitmaps > max_bitmaps) in recalculate_thresholds()
705 ctl->total_bitmaps, ctl->unit, max_bitmaps, in recalculate_thresholds()
707 ASSERT(ctl->total_bitmaps <= max_bitmaps); in recalculate_thresholds()
720 bitmap_bytes = ctl->total_bitmaps * ctl->unit; in recalculate_thresholds()
861 ctl->total_bitmaps++; in __load_free_space_cache()
2123 ctl->total_bitmaps++; in add_new_bitmap()
2145 ctl->total_bitmaps--; in free_bitmap()
2606 if (ctl->total_bitmaps > 0) { in steal_from_bitmap()
2611 if (ctl->total_bitmaps > 0) in steal_from_bitmap()
3300 ctl->total_bitmaps--; in btrfs_alloc_from_cluster()
3511 if (ctl->total_bitmaps == 0) in setup_cluster_bitmap()