Lines Matching defs:next_vcn
171 CLST next_vcn;
180 next_vcn = r->vcn + r->len;
181 if (next_vcn > evcn)
187 if (r->vcn != next_vcn)
820 CLST next_vcn, vcn, lcn;
841 for (next_vcn = r->vcn + r->len; next_vcn < evcn1;
842 next_vcn = r->vcn + r->len) {
843 if (++r >= r_end || r->vcn != next_vcn)
855 next_vcn = vcn + len;
856 if (next_vcn > evcn1)
898 if (packed_size + 1 >= run_buf_size || next_vcn >= evcn1)
924 u64 prev_lcn, vcn64, lcn, next_vcn;
990 next_vcn = vcn64 + len;
992 if (next_vcn > evcn + 1)
996 if (next_vcn > 0x100000000ull || (lcn + len) > 0x100000000ull) {
1023 } else if (next_vcn > vcn) {
1031 vcn64 = next_vcn;
1055 CLST next_vcn, lcn, len;
1070 next_vcn = vcn = svcn;
1074 next_vcn <= evcn;
1076 if (!ok || next_vcn != vcn)
1079 next_vcn = vcn + len;