Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ntfs/
Drunlist.c148 if ((dst->lcn == LCN_RL_NOT_MAPPED) && (src->lcn == LCN_RL_NOT_MAPPED)) in ntfs_are_rl_mergeable()
327 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) in ntfs_rl_insert()
339 dst[loc].lcn = LCN_RL_NOT_MAPPED; in ntfs_rl_insert()
557 drl[0].lcn = LCN_RL_NOT_MAPPED; in ntfs_runlists_merge()
614 start = ((drl[dins].lcn < LCN_RL_NOT_MAPPED) || /* End of file */ in ntfs_runlists_merge()
616 finish = ((drl[dins].lcn >= LCN_RL_NOT_MAPPED) && /* End of file */ in ntfs_runlists_merge()
672 if (drl[ds].lcn != LCN_RL_NOT_MAPPED) { in ntfs_runlists_merge()
684 drl[ds].lcn = LCN_RL_NOT_MAPPED; in ntfs_runlists_merge()
780 rl->lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
927 rl[rlpos].lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
[all …]
Drunlist.h53 LCN_RL_NOT_MAPPED = -2, enumerator
Daops.c257 lcn = LCN_RL_NOT_MAPPED; in ntfs_read_block()
276 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block()
715 lcn = LCN_RL_NOT_MAPPED; in ntfs_write_block()
756 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block()
1024 lcn = LCN_RL_NOT_MAPPED; in ntfs_write_mst_block()
1039 lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_mst_block()
Dattrib.c291 LCN_RL_NOT_MAPPED)) in ntfs_map_runlist()
355 if (lcn != LCN_RL_NOT_MAPPED) { in ntfs_attr_vcn_to_lcn_nolock()
365 LCN_RL_NOT_MAPPED)) { in ntfs_attr_vcn_to_lcn_nolock()
484 if (likely(rl->lcn != LCN_RL_NOT_MAPPED)) { in ntfs_attr_find_vcn_nolock()
2169 if (unlikely(!rl || rl->lcn == LCN_RL_NOT_MAPPED || in ntfs_attr_extend_allocation()
2171 (rl-1)->lcn == LCN_RL_NOT_MAPPED))) { in ntfs_attr_extend_allocation()
Dcompress.c611 lcn = LCN_RL_NOT_MAPPED; in ntfs_read_compressed_block()
622 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block()
Dlogfile.c770 if (unlikely(lcn == LCN_RL_NOT_MAPPED)) { in ntfs_empty_logfile()
Dlcnalloc.c727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
Dfile.c866 lcn = LCN_RL_NOT_MAPPED; in ntfs_prepare_pages_for_non_resident_write()
872 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()