Lines Matching refs:from_vcn
1310 VCN cur_vcn, from_vcn;
1326 from_vcn = (*rl)->vcn + (*ofs >> vol->cluster_size_bits);
1330 (long long)from_vcn, (long long)to_write, (long long)*ofs);
1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn);
1383 lcn_seek_from = rlc->lcn - (rlc->vcn - from_vcn);
1392 + 1 + (*rl)->vcn - from_vcn;
1404 if ((from_vcn & -na->compression_block_clusters) <= (*rl)->vcn)
1407 alloc_vcn = from_vcn & -na->compression_block_clusters;
1421 rlc = ntfs_cluster_alloc(vol, from_vcn, need,
1452 if ((*update_from == -1) || (from_vcn < *update_from))
1453 *update_from = from_vcn;
5900 static int ntfs_attr_update_mapping_pairs_i(ntfs_attr *na, VCN from_vcn,
5938 && (!NAttrFullyMapped(na) || from_vcn)
5986 from_vcn = 0;
6004 CASE_SENSITIVE, from_vcn, NULL, 0, ctx)) {
6012 * contain @from_vcn. Also we do not need @from_vcn anymore,
6015 if (from_vcn) {
6019 from_vcn = 0;
6300 * @from_vcn: update runlist starting this VCN
6311 * if called with @from_vcn != 0.
6322 int ntfs_attr_update_mapping_pairs(ntfs_attr *na, VCN from_vcn)
6327 ret = ntfs_attr_update_mapping_pairs_i(na, from_vcn, HOLES_OK);