Home
last modified time | relevance | path

Searched refs:total_found (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-tree.c1411 u64 total_found = 0; in load_free_space_bitmaps() local
1444 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1447 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1448 total_found = 0; in load_free_space_bitmaps()
1458 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1489 u64 total_found = 0; in load_free_space_extents() local
1516 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1518 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1519 total_found = 0; in load_free_space_extents()
H A Dblock-group.c508 u64 total_found = 0; in load_extent_tree_free() local
608 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
616 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
617 total_found = 0; in load_extent_tree_free()
626 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
H A Dfree-space-cache.c3090 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3126 if (!total_found) { in btrfs_bitmap_cluster()
3131 total_found += found_bits; in btrfs_bitmap_cluster()
3136 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3148 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfree-space-tree.c1488 u64 total_found = 0; in load_free_space_bitmaps() local
1527 total_found += space_added; in load_free_space_bitmaps()
1528 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1529 total_found = 0; in load_free_space_bitmaps()
1569 u64 total_found = 0; in load_free_space_extents() local
1601 total_found += space_added; in load_free_space_extents()
1602 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1603 total_found = 0; in load_free_space_extents()
H A Dfree-space-cache.c3328 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3366 if (!total_found) { in btrfs_bitmap_cluster()
3371 total_found += found_bits; in btrfs_bitmap_cluster()
3376 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3398 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
H A Dblock-group.c710 u64 total_found = 0; in load_extent_tree_free() local
812 total_found += space_added; in load_extent_tree_free()
819 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
820 total_found = 0; in load_extent_tree_free()

Completed in 25 milliseconds