Searched refs:total_found (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | free-space-tree.c | 1407 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()
|
| D | block-group.c | 519 u64 total_found = 0; in load_extent_tree_free() local 619 total_found += add_new_free_space(block_group, last, in load_extent_tree_free() 627 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free() 628 total_found = 0; in load_extent_tree_free() 637 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
|
| D | free-space-cache.c | 3190 unsigned long total_found = 0; in btrfs_bitmap_cluster() local 3226 if (!total_found) { in btrfs_bitmap_cluster() 3231 total_found += found_bits; in btrfs_bitmap_cluster() 3236 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster() 3248 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
|