Lines Matching defs:blks
622 int i, j, count, blks, tbperdb;
624 blks = howmany(frags * sblock->fs_fsize, TP_BSIZE);
626 for (i = 0; i < blks; i += TP_NINDIR) {
627 if (i + TP_NINDIR > blks)
628 count = blks;
657 int i, j, count, blks, tbperdb;
659 blks = howmany(frags * sblock->fs_fsize, TP_BSIZE);
661 for (i = 0; i < blks; i += TP_NINDIR) {
662 if (i + TP_NINDIR > blks)
663 count = blks;