Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dfree-space-tree.c1487 u64 total_found = 0; in load_free_space_bitmaps() local
1526 total_found += space_added; in load_free_space_bitmaps()
1527 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1528 total_found = 0; in load_free_space_bitmaps()
1568 u64 total_found = 0; in load_free_space_extents() local
1600 total_found += space_added; in load_free_space_extents()
1601 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1602 total_found = 0; in load_free_space_extents()
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()
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()