Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.c1510 s64 nxoff, xoff; in xtUpdate() local
1518 nxoff = offsetXAD(nxad); in xtUpdate()
1522 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1550 if ((xoff > nxoff) || in xtUpdate()
1551 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1562 if (xoff < nxoff) in xtUpdate()
1576 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1612 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1638 if (xoff == nxoff) in xtUpdate()
1647 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
[all …]