Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_xtree.c1510 s64 nxoff, xoff; in xtUpdate() local
1518 nxoff = offsetXAD(nxad); in xtUpdate()
1550 if ((xoff > nxoff) || in xtUpdate()
1562 if (xoff < nxoff) in xtUpdate()
1638 if (xoff == nxoff) in xtUpdate()
1651 XADoffset(rxad, nxoff); in xtUpdate()
1678 } else if (xoff == nxoff) in xtUpdate()
1681 if (xoff >= nxoff) { in xtUpdate()
1697 XADlength(xad, nxoff - xoff); in xtUpdate()
1706 split.off = nxoff; in xtUpdate()
[all …]