Lines Matching refs:nextbn
956 s64 nextbn;
1023 nextbn = le64_to_cpu(sp->header.next);
1024 rp->header.next = cpu_to_le64(nextbn);
1043 if (nextbn == 0 && skip == le16_to_cpu(sp->header.maxentry)) {
1075 if (nextbn != 0) {
1076 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
2560 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn;
2717 nextbn = le64_to_cpu(p->header.next);
2718 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc);
3002 s64 nextbn, prevbn;
3005 nextbn = le64_to_cpu(p->header.next);
3009 if (nextbn != 0) {
3010 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
3045 p->header.next = le64_to_cpu(nextbn);