Searched refs:old_max_given_nbpi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5632 int old_max_given_nbpi = INT_MAX; local
5659 if (!(maxcpg_given_nbpi < old_max_given_nbpi) &&
5661 return (MIN(old_max_given_nbpi, old_max_given_frag));
5677 if (maxcpg_given_nbpi > old_max_given_nbpi ||
5679 return (MIN(old_max_given_nbpi, old_max_given_frag));
5681 old_max_given_nbpi = maxcpg_given_nbpi;

Completed in 84 milliseconds