Lines Matching refs:ntrec
70 extern int ntrec; /* blocking factor on tape */
127 writesize = ntrec * TP_BSIZE; in alloctape()
128 reqsiz = (ntrec + 1) * sizeof(struct req); in alloctape()
149 (((long)&buf[ntrec + 1] + pgoff) &~ pgoff); in alloctape()
150 slaves[i].req = (struct req *)slaves[i].tblock - ntrec - 1; in alloctape()
171 if (trecno >= ntrec) in writerec()
182 while ((avail = MIN(tpblks, ntrec - trecno)) > 0) { in dumpblock()
187 if (trecno >= ntrec) in dumpblock()
342 slp->firstrec = lastfirstrec + ntrec; in flushtape()
347 blockswritten += ntrec; in flushtape()
348 blocksthisvol += ntrec; in flushtape()
811 for (trecno = 0; trecno < ntrec; in doslave()