Lines Matching defs:stop_vcn
1150 * If @stop_vcn is given and finishes inside this run, cap the
1186 * If @stop_vcn is given and finishes inside this run, cap the
1279 * @stop_vcn: first vcn outside destination buffer on success or -ENOSPC
1292 * On success or -ENOSPC error, if @stop_vcn is not NULL, *@stop_vcn is set to
1297 * continued with @first_vcn set to *@stop_vcn.
1311 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn)
1326 if (stop_vcn)
1327 *stop_vcn = 0;
1352 * If @stop_vcn is given and finishes inside this run, cap the
1404 * If @stop_vcn is given and finishes inside this run, cap the
1448 if (stop_vcn)
1449 *stop_vcn = rl->vcn;