Lines Matching refs:nxaddr
76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
133 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
145 if (xaddr && xaddr == nxaddr) in extAlloc()
148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
154 dbFree(ip, nxaddr, nxlen); in extAlloc()
161 XADaddress(xp, nxaddr); in extAlloc()
205 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
243 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
249 dbFree(ip, nxaddr, (s64) nxlen); in extRealloc()
285 if (xaddr == nxaddr) { in extRealloc()
298 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
299 dbFree(ip, nxaddr, nxlen); in extRealloc()
312 xaddr = nxaddr + ntail; in extRealloc()
323 XADaddress(xp, nxaddr); in extRealloc()