Searched refs:min_bytes (Results 1 – 1 of 1) sorted by relevance
2292 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument2307 min_bits = bytes_to_bits(min_bytes, block_group->sectorsize); in btrfs_bitmap_cluster()2362 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument2382 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap()2407 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap()2432 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap()2455 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument2480 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()2509 u64 min_bytes; in btrfs_find_space_cluster() local2520 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster()[all …]