Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_xtree.c1717 s64 nxoff, xoff; in xtUpdate() local
1725 nxoff = offsetXAD(nxad); in xtUpdate()
1729 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1757 if ((xoff > nxoff) || in xtUpdate()
1758 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1770 if (xoff < nxoff) in xtUpdate()
1788 if (xoff < nxoff) in xtUpdate()
1803 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1839 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1865 if (xoff == nxoff) in xtUpdate()
[all …]