Lines Matching defs:lcn_seek_from
1309 LCN lcn_seek_from = -1;
1371 lcn_seek_from = rlc->lcn + rlc->length;
1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn);
1377 if (lcn_seek_from == -1) {
1383 lcn_seek_from = rlc->lcn - (rlc->vcn - from_vcn);
1384 if (lcn_seek_from < -1)
1385 lcn_seek_from = -1;
1419 lcn_seek_from, DATA_ZONE);
1422 lcn_seek_from, DATA_ZONE);
6502 LCN lcn_seek_from;
6586 lcn_seek_from = -1;
6598 * Only set lcn_seek_from it the LCN is valid.
6601 lcn_seek_from = rl->lcn + rl->length;
6607 vol->cluster_size_bits), lcn_seek_from,