Searched refs:nextbn (Results 1 – 2 of 2) sorted by relevance
/fs/jfs/ |
D | jfs_xtree.c | 968 s64 nextbn; in xtSplitPage() local 1035 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage() 1036 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage() 1055 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage() 1087 if (nextbn != 0) { in xtSplitPage() 1088 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage() 2574 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local 2731 nextbn = le64_to_cpu(p->header.next); in xtRelocate() 2732 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in xtRelocate() 3016 s64 nextbn, prevbn; in xtRelink() local [all …]
|
D | jfs_dtree.c | 1341 s64 nextbn; in dtSplitPage() local 1410 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage() 1411 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage() 1446 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1474 if (nextbn != 0) { in dtSplitPage() 1475 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 2455 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2498 nextbn = le64_to_cpu(p->header.next); in dtRelocate() 2499 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate() 2751 s64 nextbn, prevbn; in dtRelink() local [all …]
|