Lines Matching refs:howmany
108 blkest = howmany(dbtob(DIP(dp, di_blocks)), TP_BSIZE);
109 sizeest = howmany(DIP(dp, di_size), TP_BSIZE);
114 blkest += howmany(sizeest -
549 cnt = howmany(DIP(dp, di_size), sblock->fs_fsize);
588 cnt = howmany(*size, sblock->fs_fsize);
618 blks = howmany(frags * sblock->fs_fsize, TP_BSIZE);
661 blks = howmany(frags * sblock->fs_fsize, TP_BSIZE);
664 resid = howmany(fragoff(sblock, spcl.c_extsize),
667 resid = howmany(fragoff(sblock, dp->dp2.di_size),
670 blks -= howmany(sblock->fs_fsize, TP_BSIZE) - resid;
732 blks = howmany(UFS_NXADDR * sblock->fs_bsize, TP_BSIZE);
734 blks = howmany(spcl.c_extsize, TP_BSIZE);
780 frags = howmany(spcl.c_extsize, sblock->fs_fsize);
786 blks = howmany(UFS_NXADDR * sblock->fs_bsize, TP_BSIZE);
788 blks = howmany(spcl.c_extsize, TP_BSIZE);
826 spcl.c_count = howmany(mapsize * sizeof(char), TP_BSIZE);