Lines Matching refs:xlen
73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
87 if (xlen > MAXXLEN) in extAlloc()
88 xlen = MAXXLEN; in extAlloc()
124 nxlen = xlen; in extAlloc()
205 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
222 xlen = lengthXAD(xp); in extRealloc()
243 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
254 delta = nxlen - xlen; in extRealloc()
269 nextend = ntail - xlen; in extRealloc()
287 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
288 dbFree(ip, xaddr + xlen, delta); in extRealloc()
358 int xlen; in extHint() local
374 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0); in extHint()
376 if ((rc == 0) && xlen) { in extHint()
377 if (xlen != nbperpage) { in extHint()
382 XADlength(xp, xlen); in extHint()