Lines Matching refs:nextbn
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
2756 nextbn = le64_to_cpu(p->header.next); in dtRelink()
2760 if (nextbn != 0) { in dtRelink()
2761 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2813 p->header.next = cpu_to_le64(nextbn); in dtRelink()