Lines Matching refs:roundup
285 #define MAXIpG(fs) roundup((fs)->fs_bsize * NBBY / 3, INOPB(fs))
294 #define MAXIpG_B(b, d) roundup((b) * NBBY / (d), (b) / sizeof (struct dinode))
1655 roundup(howmany(bbsize + sbsize, sblock.fs_fsize), sblock.fs_frag);
1657 roundup(howmany(sbsize, sblock.fs_fsize), sblock.fs_frag));
1660 sblock.fs_cgoffset = roundup(
1679 inospercg = (uint64_t)roundup(bpcg / sizeof (struct dinode),
1687 mincpg = roundup(mincpgcnt, mincpc);
1709 mincpg = roundup(mincpgcnt, mincpc);
1742 inospercg = (uint64_t)roundup((nbytes64 / nbpi), INOPB(&sblock));
1758 sblock.fs_cpg = roundup(mincpgcnt, mincpc);
1765 inospercg = (uint64_t)roundup((nbytes64 / nbpi),
1826 sblock.fs_cpg = roundup(sblock.fs_cpg, mincpc);
1835 sblock.fs_ipg = roundup((uint32_t)(nbytes64 / nbpi), INOPB(&sblock));
1844 sblock.fs_ipg = roundup((uint32_t)(nbytes64 / nbpi),
1856 sblock.fs_ipg = roundup((uint32_t)(nbytes64 / nbpi),
3558 * is used to account for the roundup.
3566 inospercg = (int64_t)roundup(bpcg / sizeof (struct dinode),