Lines Matching refs:nextbn
968 s64 nextbn; in xtSplitPage() local
1035 nextbn = le64_to_cpu(sp->header.next); in xtSplitPage()
1036 rp->header.next = cpu_to_le64(nextbn); in xtSplitPage()
1055 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) { in xtSplitPage()
1087 if (nextbn != 0) { in xtSplitPage()
1088 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtSplitPage()
2574 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local
2731 nextbn = le64_to_cpu(p->header.next); in xtRelocate()
2732 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in xtRelocate()
3016 s64 nextbn, prevbn; in xtRelink() local
3019 nextbn = le64_to_cpu(p->header.next); in xtRelink()
3023 if (nextbn != 0) { in xtRelink()
3024 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in xtRelink()
3059 p->header.next = le64_to_cpu(nextbn); in xtRelink()