Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dfree-space-cache.c2810 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
2846 if (!total_found) { in btrfs_bitmap_cluster()
2851 total_found += found_bits; in btrfs_bitmap_cluster()
2856 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2868 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
Dextent-tree.c407 u64 total_found = 0; in caching_thread() local
515 total_found += add_new_free_space(block_group, in caching_thread()
524 if (total_found > (1024 * 1024 * 2)) { in caching_thread()
525 total_found = 0; in caching_thread()
534 total_found += add_new_free_space(block_group, fs_info, last, in caching_thread()