Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dialloc.c264 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()
/linux/drivers/scsi/
H A Dhpsa.c299 int nsgs, int min_blocks, u32 *bucket_map);
9135 int nsgs, int min_blocks, u32 *bucket_map) in calc_bucket_map() argument
9142 size = i + min_blocks; in calc_bucket_map()