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

/linux-master/fs/jfs/
H A Djfs_xtree.c531 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1354 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1510 s64 nxoff, xoff; local
1518 nxoff = offsetXAD(nxad);
1522 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT)))
1550 if ((xoff > nxoff) ||
1551 (nxoff + nxlen > xoff + xlen)) {
1562 if (xoff < nxoff)
1576 (nxoff == offsetXAD(lxad) + lxlen) &&
1612 xoff = nxoff
[all...]

Completed in 128 milliseconds