Home
last modified time | relevance | path

Searched refs:total_found (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c2781 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
2804 if (!total_found) { in btrfs_bitmap_cluster()
2809 total_found += found_bits; in btrfs_bitmap_cluster()
2814 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2826 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
Dextent-tree.c388 u64 total_found = 0; in caching_thread() local
484 total_found += add_new_free_space(block_group, in caching_thread()
493 if (total_found > (1024 * 1024 * 2)) { in caching_thread()
494 total_found = 0; in caching_thread()
502 total_found += add_new_free_space(block_group, fs_info, last, in caching_thread()