Home
last modified time | relevance | path

Searched refs:min_blocks (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ext2/
Dialloc.c264 int max_debt, max_dirs, min_blocks, min_inodes; in find_group_orlov() local
311 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
332 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
/linux-6.1.9/drivers/scsi/
Dhpsa.c297 int nsgs, int min_blocks, u32 *bucket_map);
9152 int nsgs, int min_blocks, u32 *bucket_map) in calc_bucket_map() argument
9159 size = i + min_blocks; in calc_bucket_map()