Searched refs:nextbn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_xtree.c | 956 s64 nextbn; in xtSplitPage() local 1023 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage() 1024 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage() 1043 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage() 1075 if (nextbn != 0) { in xtSplitPage() 1076 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage() 2560 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local 2717 nextbn = le64_to_cpu(p->header.next); in xtRelocate() 2718 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in xtRelocate() 3002 s64 nextbn, prevb in xtRelink() local [all...] |
H A D | jfs_dtree.c | 1334 s64 nextbn; in dtSplitPage() local 1403 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage() 1404 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage() 1439 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1467 if (nextbn != 0) { in dtSplitPage() 1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 2448 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2491 nextbn = le64_to_cpu(p->header.next); in dtRelocate() 2492 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate() 2744 s64 nextbn, prevb in dtRelink() local [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.c | 1334 s64 nextbn; in dtSplitPage() local 1403 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage() 1404 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage() 1439 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1467 if (nextbn != 0) { in dtSplitPage() 1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 2446 s64 nextbn, prevbn; in dtRelink() local 2451 nextbn = le64_to_cpu(p->header.next); in dtRelink() 2455 if (nextbn != 0) { in dtRelink() 2456 DT_GETPAGE(ip, nextbn, m in dtRelink() [all...] |
H A D | jfs_xtree.c | 945 s64 nextbn; in xtSplitPage() local 1012 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage() 1013 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage() 1032 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage() 1064 if (nextbn != 0) { in xtSplitPage() 1065 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage()
|
Completed in 12 milliseconds