Lines Matching refs:xoff
89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
104 xoff = pno << sbi->l2nbperpage; in extAlloc()
119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
176 XADoffset(xp, xoff); in extAlloc()
218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
236 xoff = offsetXAD(xp); in extRealloc()
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
338 XADoffset(xp, xoff); in extRealloc()