Lines Matching refs:xlen
90 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, boolean_t abnr) in extAlloc() argument
104 if (xlen > MAXXLEN) in extAlloc()
105 xlen = MAXXLEN; in extAlloc()
141 nxlen = xlen; in extAlloc()
217 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
234 xlen = lengthXAD(xp); in extRealloc()
255 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
258 delta = nxlen - xlen; in extRealloc()
273 nextend = ntail - xlen; in extRealloc()
291 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
292 dbFree(ip, xaddr + xlen, delta); in extRealloc()