Lines Matching refs:xlen
55 * xlen - requested extent length.
70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
84 if (xlen > MAXXLEN)
85 xlen = MAXXLEN;
112 * will try to allocate disk blocks for the requested size (xlen).
113 * if this fails (xlen contiguous free blocks not available), it'll
121 nxlen = xlen;
199 int xlen;
215 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0);
217 if ((rc == 0) && xlen) {
218 if (xlen != nbperpage) {
223 XADlength(xp, xlen);