Lines Matching defs:dstoffset
351 int dstoffset; /* end-of-log offset in log page */
369 dstoffset = log->eor;
414 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) {
420 dstoffset = LOGPHDRSIZE;
430 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
432 dst = (caddr_t) lp + dstoffset;
434 dstoffset += nbytes;
437 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
445 dstoffset = LOGPHDRSIZE;
455 lvd = (struct lvd *) ((caddr_t) lp + dstoffset);
458 dstoffset += 4;
478 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
480 dst = (caddr_t) lp + dstoffset;
483 dstoffset += nbytes;
495 log->eor = dstoffset;
496 bp->l_eor = dstoffset;
497 lsn = (log->page << L2LOGPSIZE) + dstoffset;
529 le16_to_cpu(lrd->type), log->bp, log->page, dstoffset);
532 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
541 dstoffset = LOGPHDRSIZE;