Lines Matching refs:tapepos

629 static	blkcnt_t	tapepos; /* current block number to be written */  variable
2075 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2261 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2263 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2284 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2359 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2360 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2377 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2411 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2412 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2428 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2462 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2463 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2479 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2557 extents = (int)((blocks + tapepos - 1ULL)/(blocklim - 1ULL) + 1); in splitfile()
2590 longname, extents, K(tapepos)); in splitfile()
2592 s = (off_t)(blocklim - tapepos - 1) * TBLOCK; in splitfile()
4800 tapepos = 0; in newvol()
4850 putempty(blocklim + (blkcnt_t)2 - tapepos); in closevol()
5015 tapepos += blocks; in seekdisk()
5064 ++tapepos; in readtape()
5163 tapepos += n; /* output block count */ in writetbuf()
5236 if (lseek(mt, (off_t)(TBLOCK*(tapepos-recno)), SEEK_SET) == in backtape()
5264 tapepos--; in backtape()
8007 if (mulvol && tapepos + 1 >= blocklim) in put_link()
8022 "K\t", K(tapepos), 0); in put_link()