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