Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dialloc.c271 int max_debt, max_dirs, min_blocks, min_inodes; in find_group_orlov() local
319 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
340 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
/linux-4.1.27/fs/ext3/
Dialloc.c203 ext3_grpblk_t min_blocks; in find_group_orlov() local
241 min_blocks = avefreeb - EXT3_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
252 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
/linux-4.1.27/drivers/scsi/
Dhpsa.c234 int nsgs, int min_blocks, u32 *bucket_map);
7170 int nsgs, int min_blocks, u32 *bucket_map) in calc_bucket_map() argument
7177 size = i + min_blocks; in calc_bucket_map()