Searched refs:min_blocks (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | ialloc.c | 242 * it has too few free blocks left (min_blocks) or 269 int max_debt, max_dirs, min_blocks, min_inodes; in find_group_orlov() local 317 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov() 338 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | ialloc.c | 237 * it has too few free blocks left (min_blocks) or 264 int max_debt, max_dirs, min_blocks, min_inodes; in find_group_orlov() local 308 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov() 329 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 298 int nsgs, int min_blocks, u32 *bucket_map); 9129 int nsgs, int min_blocks, u32 *bucket_map) in calc_bucket_map() 9136 size = i + min_blocks; in calc_bucket_map() 9128 calc_bucket_map(int bucket[], int num_buckets, int nsgs, int min_blocks, u32 *bucket_map) calc_bucket_map() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 297 int nsgs, int min_blocks, u32 *bucket_map); 9151 int nsgs, int min_blocks, u32 *bucket_map) in calc_bucket_map() 9158 size = i + min_blocks; in calc_bucket_map() 9150 calc_bucket_map(int bucket[], int num_buckets, int nsgs, int min_blocks, u32 *bucket_map) calc_bucket_map() argument
|
Completed in 25 milliseconds