Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dfree-space-tree.c1402 u64 total_found = 0; in load_free_space_bitmaps() local
1435 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1438 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1439 total_found = 0; in load_free_space_bitmaps()
1449 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1480 u64 total_found = 0; in load_free_space_extents() local
1507 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1509 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1510 total_found = 0; in load_free_space_extents()
Dblock-group.c500 u64 total_found = 0; in load_extent_tree_free() local
601 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
609 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
610 total_found = 0; in load_extent_tree_free()
619 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
Dfree-space-cache.c2844 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
2880 if (!total_found) { in btrfs_bitmap_cluster()
2885 total_found += found_bits; in btrfs_bitmap_cluster()
2890 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2902 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()