Lines Matching defs:dstoffset
351 int dstoffset; /* end-of-log offset in log page */
369 dstoffset = log->eor;
406 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) {
412 dstoffset = LOGPHDRSIZE;
422 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
424 dst = (caddr_t) lp + dstoffset;
426 dstoffset += nbytes;
429 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
437 dstoffset = LOGPHDRSIZE;
447 lvd = (struct lvd *) ((caddr_t) lp + dstoffset);
450 dstoffset += 4;
470 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
472 dst = (caddr_t) lp + dstoffset;
475 dstoffset += nbytes;
487 log->eor = dstoffset;
488 bp->l_eor = dstoffset;
489 lsn = (log->page << L2LOGPSIZE) + dstoffset;
521 le16_to_cpu(lrd->type), log->bp, log->page, dstoffset);
524 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
533 dstoffset = LOGPHDRSIZE;