Searched refs:nextbn (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/fs/jfs/ |
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, prevbn; in xtRelink() local [all …]
|
D | jfs_dtree.c | 1329 s64 nextbn; in dtSplitPage() local 1398 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage() 1399 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage() 1434 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1462 if (nextbn != 0) { in dtSplitPage() 1463 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 2443 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2486 nextbn = le64_to_cpu(p->header.next); in dtRelocate() 2487 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate() 2739 s64 nextbn, prevbn; in dtRelink() local [all …]
|