Home
last modified time | relevance | path

Searched refs:next_vcn (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Dattrib.c3101 s64 next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local
3129 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist()
3135 if (ntfs_rl_vcn_to_lcn(ni->runlist.rl, next_vcn) == LCN_RL_NOT_MAPPED) in ntfs_attr_map_whole_runlist()
3139 CASE_SENSITIVE, next_vcn, NULL, 0, ctx); in ntfs_attr_map_whole_runlist()
3158 if (!next_vcn) { in ntfs_attr_map_whole_runlist()
3173 next_vcn = highest_vcn + 1; in ntfs_attr_map_whole_runlist()
3176 if (next_vcn <= 0) { in ntfs_attr_map_whole_runlist()
3182 if (next_vcn < le64_to_cpu(a->data.non_resident.lowest_vcn)) { in ntfs_attr_map_whole_runlist()