Lines Matching refs:nextbn
1334 s64 nextbn; in dtSplitPage() local
1403 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage()
1404 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage()
1439 if (nextbn == 0 && split->index == sp->header.nextindex) { in dtSplitPage()
1467 if (nextbn != 0) { in dtSplitPage()
1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
2446 s64 nextbn, prevbn; in dtRelink() local
2451 nextbn = le64_to_cpu(p->header.next); in dtRelink()
2455 if (nextbn != 0) { in dtRelink()
2456 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2508 p->header.next = cpu_to_le64(nextbn); in dtRelink()