Searched refs:max_debt (Results 1 – 1 of 1) sorted by relevance
264 int max_debt, max_dirs, min_blocks, min_inodes; in find_group_orlov() local310 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()311 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()312 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()313 if (max_debt > 255) in find_group_orlov()314 max_debt = 255; in find_group_orlov()315 if (max_debt == 0) in find_group_orlov()316 max_debt = 1; in find_group_orlov()323 if (sbi->s_debts[group] >= max_debt) in find_group_orlov()