Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dfree-space-tree.c1398 u64 total_found = 0; in load_free_space_bitmaps() local
1431 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1434 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1435 total_found = 0; in load_free_space_bitmaps()
1445 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1476 u64 total_found = 0; in load_free_space_extents() local
1503 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1505 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1506 total_found = 0; in load_free_space_extents()
Dfree-space-cache.c2793 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
2829 if (!total_found) { in btrfs_bitmap_cluster()
2834 total_found += found_bits; in btrfs_bitmap_cluster()
2839 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2851 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
Dextent-tree.c387 u64 total_found = 0; in load_extent_tree_free() local
488 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
496 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
497 total_found = 0; in load_extent_tree_free()
506 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()