Home
last modified time | relevance | path

Searched refs:nxoff (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jfs/
H A Djfs_xtree.c1525 s64 nxoff, xoff; in xtUpdate() local
1533 nxoff = offsetXAD(nxad); in xtUpdate()
1537 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1565 if ((xoff > nxoff) || in xtUpdate()
1566 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1577 if (xoff < nxoff) in xtUpdate()
1591 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1627 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1653 if (xoff == nxoff) in xtUpdate()
1662 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
[all …]