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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_logmgr.c363 int dstoffset; /* end-of-log offset in log page */ local
381 dstoffset = log->eor;
426 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) {
432 dstoffset = LOGPHDRSIZE;
442 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset;
444 dst = (caddr_t) lp + dstoffset;
446 dstoffset += nbytes;
449 if (dstoffset < LOGPSIZE - LOGPTLRSIZE)
457 dstoffset = LOGPHDRSIZE;
467 lvd = (struct lvd *) ((caddr_t) lp + dstoffset);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c228 long dstoffset = -sp->ttis[1].tt_gmtoff; local
241 endtime = transtime(janfirst, year, end, dstoffset);
402 long dstoffset; local
423 name = getoffset(name, &dstoffset);
427 dstoffset = stdoffset - SECSPERHOUR;
447 sp->ttis[1].tt_gmtoff = -dstoffset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c230 long dstoffset = -sp->ttis[1].tt_gmtoff; local
243 endtime = transtime(janfirst, year, end, dstoffset);
404 long dstoffset; local
425 name = getoffset(name, &dstoffset);
429 dstoffset = stdoffset - SECSPERHOUR;
449 sp->ttis[1].tt_gmtoff = -dstoffset;

Completed in 166 milliseconds