Searched defs:lf_archoffset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c148 static offset_t lf_archoffset; /* checkpointed offset into archive file */ variable
430 if (lseek64(archivefd, lf_archoffset, 0) < 0) {
438 if (ftruncate64(archivefd, lf_archoffset) < 0) {
943 lf_archoffset = 0LL;
972 lf_archoffset = lseek64(archivefd, (off64_t)0, 2);
973 if (lf_archoffset < 0) {

Completed in 47 milliseconds