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