Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dfree-space-tree.c1431 u64 total_found = 0; in load_free_space_bitmaps() local
1462 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1465 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1466 total_found = 0; in load_free_space_bitmaps()
1476 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1505 u64 total_found = 0; in load_free_space_extents() local
1530 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1532 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1533 total_found = 0; in load_free_space_extents()
Dblock-group.c537 u64 total_found = 0; in load_extent_tree_free() local
633 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
641 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
642 total_found = 0; in load_extent_tree_free()
651 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
Dfree-space-cache.c3312 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3348 if (!total_found) { in btrfs_bitmap_cluster()
3353 total_found += found_bits; in btrfs_bitmap_cluster()
3358 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3381 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()