Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dfree-space-tree.c1496 u64 total_found = 0; in load_free_space_bitmaps() local
1535 total_found += space_added; in load_free_space_bitmaps()
1536 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1537 total_found = 0; in load_free_space_bitmaps()
1577 u64 total_found = 0; in load_free_space_extents() local
1609 total_found += space_added; in load_free_space_extents()
1610 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1611 total_found = 0; in load_free_space_extents()
H A Dfree-space-cache.c3336 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3374 if (!total_found) { in btrfs_bitmap_cluster()
3379 total_found += found_bits; in btrfs_bitmap_cluster()
3384 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3406 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
H A Dblock-group.c707 u64 total_found = 0; in load_extent_tree_free() local
809 total_found += space_added; in load_extent_tree_free()
816 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
817 total_found = 0; in load_extent_tree_free()