Lines Matching refs:xlen
86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
100 if (xlen > MAXXLEN) in extAlloc()
101 xlen = MAXXLEN; in extAlloc()
137 nxlen = xlen; in extAlloc()
218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
235 xlen = lengthXAD(xp); in extRealloc()
256 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
267 delta = nxlen - xlen; in extRealloc()
282 nextend = ntail - xlen; in extRealloc()
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
301 dbFree(ip, xaddr + xlen, delta); in extRealloc()
371 int xlen; in extHint() local
387 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0); in extHint()
389 if ((rc == 0) && xlen) { in extHint()
390 if (xlen != nbperpage) { in extHint()
395 XADlength(xp, xlen); in extHint()