Searched refs:next_vcn (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 256 VCN next_vcn, last_vcn, highest_vcn; in ntfs_mft_load() local 340 highest_vcn = next_vcn = 0; in ntfs_mft_load() 342 while (!ntfs_attr_lookup(AT_DATA, AT_UNNAMED, 0, 0, next_vcn, NULL, 0, in ntfs_mft_load() 379 next_vcn = highest_vcn + 1; in ntfs_mft_load() 382 if (next_vcn <= 0) in ntfs_mft_load() 386 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) { in ntfs_mft_load()
|
D | attrib.c | 752 VCN next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local 772 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist() 778 if (ntfs_rl_vcn_to_lcn(na->rl, next_vcn) == LCN_RL_NOT_MAPPED) in ntfs_attr_map_whole_runlist() 782 CASE_SENSITIVE, next_vcn, NULL, 0, ctx)) in ntfs_attr_map_whole_runlist() 797 if (!next_vcn) { in ntfs_attr_map_whole_runlist() 812 next_vcn = highest_vcn + 1; in ntfs_attr_map_whole_runlist() 815 if (next_vcn <= 0) { in ntfs_attr_map_whole_runlist() 821 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) { in ntfs_attr_map_whole_runlist()
|