Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dfree-space-tree.c1407 u64 total_found = 0; in load_free_space_bitmaps() local
1440 total_found += add_new_free_space(block_group, in load_free_space_bitmaps()
1443 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps()
1444 total_found = 0; in load_free_space_bitmaps()
1454 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps()
1485 u64 total_found = 0; in load_free_space_extents() local
1512 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents()
1514 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents()
1515 total_found = 0; in load_free_space_extents()
A Dblock-group.c521 u64 total_found = 0; in load_extent_tree_free() local
621 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
629 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free()
630 total_found = 0; in load_extent_tree_free()
639 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
A Dfree-space-cache.c3204 unsigned long total_found = 0; in btrfs_bitmap_cluster() local
3240 if (!total_found) { in btrfs_bitmap_cluster()
3245 total_found += found_bits; in btrfs_bitmap_cluster()
3250 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3262 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()

Completed in 22 milliseconds