Lines Matching refs:xaddr

159 	s64 xaddr;  in xtLookup()  local
207 xaddr = addressXAD(xad); in xtLookup()
211 *paddr = xaddr + (lstart - xoff); in xtLookup()
542 s64 xaddr, hint; in xtInsert() local
583 if ((xaddr = *xaddrp) == 0) { in xtInsert()
591 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert()
615 split.addr = xaddr; in xtInsert()
620 dbFree(ip, xaddr, (s64) xlen); in xtInsert()
626 *xaddrp = xaddr; in xtInsert()
647 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtInsert()
663 *xaddrp = xaddr; in xtInsert()
703 s64 xaddr; in xtSplitUp() local
769 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
771 PXDaddress(pxd, xaddr); in xtSplitUp()
1374 s64 xaddr; in xtExtend() local
1422 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()
1438 split.addr = xaddr; in xtExtend()
1477 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1525 s64 xaddr, /* new extent address */ in xtTailgate() argument
1603 split.addr = xaddr; in xtTailgate()
1642 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1676 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1719 s64 nxaddr, xaddr; in xtUpdate() local
1754 xaddr = addressXAD(xad); in xtUpdate()
1822 XADaddress(xad, xaddr + nxlen); in xtUpdate()
1841 xaddr = nxaddr = addressXAD(lxad); in xtUpdate()
2037 xaddr = nxaddr; in xtUpdate()
2078 xaddr = xaddr + nxlen; in xtUpdate()
2089 split.addr = xaddr; in xtUpdate()
2130 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtUpdate()
2178 s64 bn, xaddr; in xtAppend() local
2191 xaddr = *xaddrp; in xtAppend()
2194 (ulong) xoff, maxblocks, xlen, (ulong) xaddr); in xtAppend()
2241 for (; nsplit > 0; nsplit--, pxd++, xaddr += nblocks, maxblocks -= nblocks) { in xtAppend()
2242 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend()
2243 PXDaddress(pxd, xaddr); in xtAppend()
2261 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2269 split.addr = xaddr; in xtAppend()
2277 *xaddrp = xaddr; in xtAppend()
2288 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2302 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtAppend()
2312 *xaddrp = xaddr; in xtAppend()
2417 s64 xaddr; in xtDeleteUp() local
2445 xaddr = addressPXD(&fp->header.self); in xtDeleteUp()
2448 dbFree(ip, xaddr, (s64) xlen); in xtDeleteUp()
2493 xaddr = addressPXD(&p->header.self); in xtDeleteUp()
2495 dbFree(ip, xaddr, in xtDeleteUp()
2895 s64 xoff, xaddr; in xtSearchNode() local
2909 xaddr = addressXAD(xad); in xtSearchNode()
2952 if (xaddr == addressXAD(&p->xad[index]) && in xtSearchNode()
3171 s64 xoff, xaddr; in xtTruncate() local
3311 xaddr = addressXAD(xad); in xtTruncate()
3364 xaddr += len; in xtTruncate()
3373 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate()
3381 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate()