Searched refs:total_found (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | free-space-tree.c | 1411 u64 total_found = 0; in load_free_space_bitmaps() local 1444 total_found += add_new_free_space(block_group, in load_free_space_bitmaps() 1447 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_bitmaps() 1448 total_found = 0; in load_free_space_bitmaps() 1458 total_found += add_new_free_space(block_group, extent_start, in load_free_space_bitmaps() 1489 u64 total_found = 0; in load_free_space_extents() local 1516 total_found += add_new_free_space(block_group, key.objectid, in load_free_space_extents() 1518 if (total_found > CACHING_CTL_WAKE_UP) { in load_free_space_extents() 1519 total_found = 0; in load_free_space_extents()
|
| H A D | block-group.c | 501 u64 total_found = 0; in load_extent_tree_free() local 601 total_found += add_new_free_space(block_group, last, in load_extent_tree_free() 609 if (total_found > CACHING_CTL_WAKE_UP) { in load_extent_tree_free() 610 total_found = 0; in load_extent_tree_free() 619 total_found += add_new_free_space(block_group, last, in load_extent_tree_free()
|
| H A D | free-space-cache.c | 3089 unsigned long total_found = 0; in btrfs_bitmap_cluster() local 3125 if (!total_found) { in btrfs_bitmap_cluster() 3130 total_found += found_bits; in btrfs_bitmap_cluster() 3135 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster() 3147 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
|