Lines Matching refs:xaddr
146 s64 xaddr;
194 xaddr = addressXAD(xad);
198 *paddr = xaddr + (lstart - xoff);
519 * allocate data extent and return its xaddr;
529 s64 xaddr, hint;
570 if ((xaddr = *xaddrp) == 0) {
578 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) {
602 split.addr = xaddr;
607 dbFree(ip, xaddr, (s64) xlen);
613 *xaddrp = xaddr;
634 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr);
650 *xaddrp = xaddr;
690 s64 xaddr;
756 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr))
758 PXDaddress(pxd, xaddr);
1361 s64 xaddr;
1409 xaddr = addressXAD(xad) + MAXXLEN;
1425 split.addr = xaddr;
1464 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr);
1512 s64 xaddr, /* new extent address */
1531 (ulong)xoff, xlen, (ulong)xaddr);
1567 printf("xtTailgate: xoff:0x%lx xlen:0x%x xaddr:0x%lx\n",
1590 split.addr = xaddr;
1629 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr);
1663 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr);
1706 s64 nxaddr, xaddr;
1741 xaddr = addressXAD(xad);
1809 XADaddress(xad, xaddr + nxlen);
1828 xaddr = nxaddr = addressXAD(lxad);
2024 xaddr = nxaddr;
2065 xaddr = xaddr + nxlen;
2076 split.addr = xaddr;
2117 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr);
2165 s64 bn, xaddr;
2178 xaddr = *xaddrp;
2180 jfs_info("xtAppend: xoff:0x%lx maxblocks:%d xlen:%d xaddr:0x%lx",
2181 (ulong) xoff, maxblocks, xlen, (ulong) xaddr);
2228 for (; nsplit > 0; nsplit--, pxd++, xaddr += nblocks, maxblocks -= nblocks) {
2229 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) {
2230 PXDaddress(pxd, xaddr);
2248 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen)))
2256 split.addr = xaddr;
2264 *xaddrp = xaddr;
2275 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen)))
2289 XT_PUTENTRY(xad, xflag, xoff, xlen, xaddr);
2299 *xaddrp = xaddr;
2404 s64 xaddr;
2432 xaddr = addressPXD(&fp->header.self);
2435 dbFree(ip, xaddr, (s64) xlen);
2480 xaddr = addressPXD(&p->header.self);
2482 dbFree(ip, xaddr,
2547 s64 nxaddr, /* new xaddr */
2581 jfs_info("xtRelocate: xtype:%d xoff:0x%lx xlen:0x%x xaddr:0x%lx:0x%lx",
2882 s64 xoff, xaddr;
2896 xaddr = addressXAD(xad);
2939 if (xaddr == addressXAD(&p->xad[index]) &&
3158 s64 xoff, xaddr;
3298 xaddr = addressXAD(xad);
3351 xaddr += len;
3360 PXDaddress(&pxdlock->pxd, xaddr);
3368 PXDaddress(&pxdlock->pxd, xaddr);