Searched refs:max_softdeps_hard (Results 1 – 1 of 1) sorted by relevance
4700 int max_softdeps_hard; in softdep_slowdown() local4702 max_softdeps_hard = max_softdeps * 11 / 10; in softdep_slowdown()4703 if (num_dirrem < max_softdeps_hard / 2 && in softdep_slowdown()4704 num_inodedep < max_softdeps_hard) in softdep_slowdown()