Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_xtree.c531 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtInsert()
1354 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend()
1510 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 in xtUpdate()
[all...]
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c542 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtInsert()
1365 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend()
1530 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n", in xtTailgate()
1704 s64 nxoff, xoff; in xtUpdate() local
1712 nxoff = offsetXAD(nxad); in xtUpdate()
1716 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1744 if ((xoff > nxoff) || in xtUpdate()
1745 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1757 if (xoff < nxoff) in xtUpdate()
1763 replace: /* (nxoff in xtUpdate()
[all...]

Completed in 5 milliseconds