Lines Matching refs:LCN_RL_NOT_MAPPED
162 if ((dst->lcn == LCN_RL_NOT_MAPPED) && (src->lcn == LCN_RL_NOT_MAPPED)) in ntfs_are_rl_mergeable()
341 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) in ntfs_rl_insert()
353 dst[loc].lcn = LCN_RL_NOT_MAPPED; in ntfs_rl_insert()
571 drl[0].lcn = LCN_RL_NOT_MAPPED; in ntfs_runlists_merge()
628 start = ((drl[dins].lcn < LCN_RL_NOT_MAPPED) || /* End of file */ in ntfs_runlists_merge()
630 finish = ((drl[dins].lcn >= LCN_RL_NOT_MAPPED) && /* End of file */ in ntfs_runlists_merge()
686 if (drl[ds].lcn != LCN_RL_NOT_MAPPED) { in ntfs_runlists_merge()
698 drl[ds].lcn = LCN_RL_NOT_MAPPED; in ntfs_runlists_merge()
794 rl->lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
941 rl[rlpos].lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
955 rl[rlpos].lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
1015 return LCN_RL_NOT_MAPPED; in ntfs_rl_vcn_to_lcn()
1227 if (rl->lcn == LCN_RL_NOT_MAPPED) in ntfs_get_size_for_mapping_pairs()
1468 if (rl->lcn == LCN_RL_NOT_MAPPED) in ntfs_mapping_pairs_build()