Lines Matching refs:last_vcn
1093 * @last_vcn: last vcn which to include in the mapping pairs array
1097 * finishing with vcn @last_vcn.
1099 * A @last_vcn of -1 means end of runlist and in that case the size of the
1119 const VCN last_vcn)
1126 BUG_ON(last_vcn < -1);
1127 BUG_ON(last_vcn >= 0 && first_vcn > last_vcn);
1130 BUG_ON(last_vcn > 0);
1153 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) {
1154 s64 s1 = last_vcn + 1;
1189 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) {
1190 s64 s1 = last_vcn + 1;
1278 * @last_vcn: last vcn which to include in the mapping pairs array
1282 * @first_vcn and finishing with vcn @last_vcn and save the array in @dst.
1286 * A @last_vcn of -1 means end of runlist and in that case the mapping pairs
1311 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn)
1320 BUG_ON(last_vcn < -1);
1321 BUG_ON(last_vcn >= 0 && first_vcn > last_vcn);
1325 BUG_ON(last_vcn > 0);
1355 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) {
1356 s64 s1 = last_vcn + 1;
1407 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) {
1408 s64 s1 = last_vcn + 1;