• Home
  • Raw
  • Download

Lines Matching refs:xaddr

146 	s64 xaddr;  in xtLookup()  local
194 xaddr = addressXAD(xad); in xtLookup()
198 *paddr = xaddr + (lstart - xoff); in xtLookup()
529 s64 xaddr, hint; in xtInsert() local
570 if ((xaddr = *xaddrp) == 0) { in xtInsert()
578 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert()
602 split.addr = xaddr; in xtInsert()
607 dbFree(ip, xaddr, (s64) xlen); in xtInsert()
613 *xaddrp = xaddr; in xtInsert()
634 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtInsert()
650 *xaddrp = xaddr; in xtInsert()
690 s64 xaddr; in xtSplitUp() local
756 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
758 PXDaddress(pxd, xaddr); in xtSplitUp()
1361 s64 xaddr; in xtExtend() local
1409 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()
1425 split.addr = xaddr; in xtExtend()
1464 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1512 s64 xaddr, /* new extent address */ in xtTailgate() argument
1590 split.addr = xaddr; in xtTailgate()
1629 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1663 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1706 s64 nxaddr, xaddr; in xtUpdate() local
1741 xaddr = addressXAD(xad); in xtUpdate()
1809 XADaddress(xad, xaddr + nxlen); in xtUpdate()
1828 xaddr = nxaddr = addressXAD(lxad); in xtUpdate()
2024 xaddr = nxaddr; in xtUpdate()
2065 xaddr = xaddr + nxlen; in xtUpdate()
2076 split.addr = xaddr; in xtUpdate()
2117 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtUpdate()
2165 s64 bn, xaddr; in xtAppend() local
2178 xaddr = *xaddrp; in xtAppend()
2181 (ulong) xoff, maxblocks, xlen, (ulong) xaddr); in xtAppend()
2228 for (; nsplit > 0; nsplit--, pxd++, xaddr += nblocks, maxblocks -= nblocks) { in xtAppend()
2229 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend()
2230 PXDaddress(pxd, xaddr); in xtAppend()
2248 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2256 split.addr = xaddr; in xtAppend()
2264 *xaddrp = xaddr; in xtAppend()
2275 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2289 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr); in xtAppend()
2299 *xaddrp = xaddr; in xtAppend()
2404 s64 xaddr; in xtDeleteUp() local
2432 xaddr = addressPXD(&fp->header.self); in xtDeleteUp()
2435 dbFree(ip, xaddr, (s64) xlen); in xtDeleteUp()
2480 xaddr = addressPXD(&p->header.self); in xtDeleteUp()
2482 dbFree(ip, xaddr, in xtDeleteUp()
2882 s64 xoff, xaddr; in xtSearchNode() local
2896 xaddr = addressXAD(xad); in xtSearchNode()
2939 if (xaddr == addressXAD(&p->xad[index]) && in xtSearchNode()
3158 s64 xoff, xaddr; in xtTruncate() local
3298 xaddr = addressXAD(xad); in xtTruncate()
3351 xaddr += len; in xtTruncate()
3360 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate()
3368 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate()