Lines Matching refs:nextbn
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
3018 nextbn = le64_to_cpu(p->header.next); in xtRelink()
3022 if (nextbn != 0) { in xtRelink()
3023 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtRelink()
3058 p->header.next = le64_to_cpu(nextbn); in xtRelink()