Searched defs:maxcpg_given_nbpi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5568 * maxcpg_given_nbpi = (size of a cylinder group)/(size of a cylinder)
5596 * constraints. Usually, maxcpg_given_nbpi is much bigger than
5601 * maxcpg_given_nbpi and increase maxcpg_given_fragsize.
5603 * This function calculates the initial values of maxcpg_given_nbpi
5607 * the value of inode_divisor) until maxcpg_given_nbpi and
5609 * maxcpg_given_nbpi is less than maxcpg_given_fragsize.
5613 * maxcpg_given_nbpi
5614 * * neither maxcpg_given_fragsize nor maxcpg_given_nbpi
5618 * while maxcpg_given_fragsize and maxcpg_given_nbpi are approaching
5627 int maxcpg_given_nbpi; /* i local
[all...]

Completed in 66 milliseconds