Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfree-space-tree.c1555 u64 total_found = 0; in load_free_space_bitmaps() local
1596 total_found += space_added; in load_free_space_bitmaps()
1597 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1598 total_found = 0; in load_free_space_bitmaps()
1635 u64 total_found = 0; in load_free_space_extents() local
1667 total_found += space_added; in load_free_space_extents()
1668 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1669 total_found = 0; in load_free_space_extents()
H A Dfree-space-cache.c3334 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3372 if (!total_found) { in btrfs_bitmap_cluster()
3377 total_found += found_bits; in btrfs_bitmap_cluster()
3382 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3404 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
H A Dblock-group.c719 u64 total_found = 0; in load_extent_tree_free() local
821 total_found += space_added; in load_extent_tree_free()
828 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
829 total_found = 0; in load_extent_tree_free()