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