Searched refs:total_found (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | free-space-tree.c | 1398 u64 total_found = 0; in load_free_space_bitmaps() local 1431 total_found += add_new_free_space(block_group, in load_free_space_bitmaps() 1434 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps() 1435 total_found = 0; in load_free_space_bitmaps() 1445 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps() 1476 u64 total_found = 0; in load_free_space_extents() local 1503 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents() 1505 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents() 1506 total_found = 0; in load_free_space_extents()
|
D | free-space-cache.c | 2850 unsigned long total_found = 0; in btrfs_bitmap_cluster() local 2886 if (!total_found) { in btrfs_bitmap_cluster() 2891 total_found += found_bits; in btrfs_bitmap_cluster() 2896 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster() 2908 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
|
D | extent-tree.c | 387 u64 total_found = 0; in load_extent_tree_free() local 488 total_found += add_new_free_space(block_group, last, in load_extent_tree_free() 496 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free() 497 total_found = 0; in load_extent_tree_free() 506 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
|