Lines Matching defs:nxoff
542 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1365 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1530 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n",
1704 s64 nxoff, xoff;
1712 nxoff = offsetXAD(nxad);
1716 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
1744 if ((xoff > nxoff) ||
1745 (nxoff + nxlen > xoff + xlen)) {
1757 if (xoff < nxoff)
1763 replace: /* (nxoff == xoff) */
1775 if (xoff < nxoff)
1781 //coalesceLeft: /* (xoff == nxoff) */
1790 (nxoff == offsetXAD(lxad) + lxlen) &&
1826 xoff = nxoff = offsetXAD(lxad);
1836 replace: /* (nxoff == xoff) */
1849 coalesceRight: /* (xoff <= nxoff) */
1852 if (xoff == nxoff)
1861 (nxoff + nxlen == offsetXAD(rxad)) &&
1865 XADoffset(rxad, nxoff);
1892 } else if (xoff == nxoff)
1895 if (xoff >= nxoff) {
1897 jfs_error(ip->i_sb, "xoff >= nxoff\n");
1909 updateRight: /* (xoff < nxoff) */
1912 XADlength(xad, nxoff - xoff);
1921 split.off = nxoff;
1988 if (nxoff + nxlen == xoff + xlen)
2022 xlen = xlen - (nxoff - xoff);
2023 xoff = nxoff;
2030 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
2056 updateLeft: /* (nxoff == xoff) && (nxlen < xlen) */