Lines Matching refs:nxaddr
89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
146 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
158 if (xaddr && xaddr == nxaddr) in extAlloc()
161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
167 dbFree(ip, nxaddr, nxlen); in extAlloc()
174 XADaddress(xp, nxaddr); in extAlloc()
218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
256 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
262 dbFree(ip, nxaddr, (s64) nxlen); in extRealloc()
298 if (xaddr == nxaddr) { in extRealloc()
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
312 dbFree(ip, nxaddr, nxlen); in extRealloc()
325 xaddr = nxaddr + ntail; in extRealloc()
336 XADaddress(xp, nxaddr); in extRealloc()