Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dfree-space-tree.c1403 u64 total_found = 0; in load_free_space_bitmaps() local
1436 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1439 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1440 total_found = 0; in load_free_space_bitmaps()
1450 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1481 u64 total_found = 0; in load_free_space_extents() local
1508 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1510 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1511 total_found = 0; in load_free_space_extents()
Dblock-group.c501 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.c3083 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3119 if (!total_found) { in btrfs_bitmap_cluster()
3124 total_found += found_bits; in btrfs_bitmap_cluster()
3129 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3141 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()