Searched refs:dstoffset (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c350 int dstoffset; /* end-of-log offset in log page */ local
368 dstoffset = log->eor;
413 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) {
419 dstoffset = LOGPHDRSIZE;
429 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
431 dst = (caddr_t) lp + dstoffset;
433 dstoffset += nbytes;
436 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
444 dstoffset = LOGPHDRSIZE;
454 lvd = (struct lvd *) ((caddr_t) lp + dstoffset);
[all...]

Completed in 45 milliseconds