Searched refs:stop_vcn (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 3541 s64 stop_vcn; in ntfs_attr_update_mapping_pairs() local 3574 stop_vcn = 0; in ntfs_attr_update_mapping_pairs() 3595 stop_vcn = le64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_attr_update_mapping_pairs() 3602 first_lcn = ntfs_rl_vcn_to_lcn(ni->runlist.rl, stop_vcn); in ntfs_attr_update_mapping_pairs() 3652 stop_vcn, -1, exp_max_mp_size); in ntfs_attr_update_mapping_pairs() 3707 a->data.non_resident.lowest_vcn = cpu_to_le64(stop_vcn); in ntfs_attr_update_mapping_pairs() 3711 ctx->al_entry->lowest_vcn = cpu_to_le64(stop_vcn); in ntfs_attr_update_mapping_pairs() 3723 mp_size, start_rl, stop_vcn, -1, &stop_vcn, &start_rl, &de_cnt); in ntfs_attr_update_mapping_pairs() 3730 a->data.non_resident.highest_vcn = cpu_to_le64(stop_vcn - 1); in ntfs_attr_update_mapping_pairs() 3829 start_rl, stop_vcn, -1, cur_max_mp_size); in ntfs_attr_update_mapping_pairs() [all …]
|
| H A D | runlist.c | 1322 const s64 first_vcn, const s64 last_vcn, s64 *const stop_vcn, in ntfs_mapping_pairs_build() argument 1339 if (stop_vcn) in ntfs_mapping_pairs_build() 1340 *stop_vcn = 0; in ntfs_mapping_pairs_build() 1462 if (stop_vcn) in ntfs_mapping_pairs_build() 1463 *stop_vcn = rl->vcn; in ntfs_mapping_pairs_build()
|