Searched refs:nextbn (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_xtree.c | 969 s64 nextbn; in xtSplitPage() local 1036 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage() 1037 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage() 1056 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage() 1088 if (nextbn != 0) { in xtSplitPage() 1089 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage() 2573 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local 2730 nextbn = le64_to_cpu(p->header.next); in xtRelocate() 2731 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in xtRelocate() 3015 s64 nextbn, prevbn; in xtRelink() local [all …]
|
D | jfs_dtree.c | 1342 s64 nextbn; in dtSplitPage() local 1411 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage() 1412 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage() 1447 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage() 1475 if (nextbn != 0) { in dtSplitPage() 1476 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 2456 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2499 nextbn = le64_to_cpu(p->header.next); in dtRelocate() 2500 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate() 2752 s64 nextbn, prevbn; in dtRelink() local [all …]
|