bitmap_high_thresh   62 fs/btrfs/block-group.h 	u32 bitmap_high_thresh;
bitmap_high_thresh   34 fs/btrfs/free-space-tree.c 	cache->bitmap_high_thresh = div_u64(total_bitmap_size,
bitmap_high_thresh   41 fs/btrfs/free-space-tree.c 	if (cache->bitmap_high_thresh > 100)
bitmap_high_thresh   42 fs/btrfs/free-space-tree.c 		cache->bitmap_low_thresh = cache->bitmap_high_thresh - 100;
bitmap_high_thresh  482 fs/btrfs/free-space-tree.c 	    extent_count > block_group->bitmap_high_thresh) {
bitmap_high_thresh  482 fs/btrfs/tests/free-space-tree-tests.c 	cache->bitmap_high_thresh = (u32)-1;