Lines Matching defs:xoff
76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0;
91 xoff = pno << sbi->l2nbperpage;
106 if (offsetXAD(xp) + nxlen == xoff &&
146 rc = xtExtend(0, ip, xoff, (int) nxlen, 0);
148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0);
163 XADoffset(xp, xoff);
205 s64 xaddr, xlen, nxaddr, delta, xoff;
223 xoff = offsetXAD(xp);
287 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) {
298 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) {
313 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert,
325 XADoffset(xp, xoff);