Lines Matching defs:MAXIpG
283 * N.B.: MAXIpG must be a multiple of INOPB(fs).
285 #define MAXIpG(fs) roundup((fs)->fs_bsize * NBBY / 3, INOPB(fs))
288 * Same as MAXIpG, but parameterized by the block size (b) and the
1326 * only fill in sblock fields so we can use MAXIpG.
1345 howmany(MAXIpG(&sblock), NBBY)) /
1660 if (inospercg > MAXIpG(&sblock))
1661 inospercg = MAXIpG(&sblock);
1723 while (inospercg > MAXIpG(&sblock)) {
1732 (uint32_t)(nbytes64 / MAXIpG(&sblock) + 1));
1749 if (inospercg > MAXIpG(&sblock)) {
1753 (uint32_t)(nbytes64 / MAXIpG(&sblock) + 1));
1819 while (sblock.fs_ipg > MAXIpG(&sblock)) {
3547 if (inospercg > MAXIpG(&sblock))
3548 inospercg = MAXIpG(&sblock);