Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Drunlist.c148 if ((dst->lcn == LCN_RL_NOT_MAPPED) && (src->lcn == LCN_RL_NOT_MAPPED)) in ntfs_are_rl_mergeable()
339 dst[loc].lcn = LCN_RL_NOT_MAPPED; in ntfs_rl_insert()
557 drl[0].lcn = LCN_RL_NOT_MAPPED; 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()
941 rl[rlpos].lcn = LCN_RL_NOT_MAPPED; in ntfs_mapping_pairs_decompress()
1001 return LCN_RL_NOT_MAPPED; in ntfs_rl_vcn_to_lcn()
1213 if (rl->lcn == LCN_RL_NOT_MAPPED) in ntfs_get_size_for_mapping_pairs()
[all …]
H A Drunlist.h53 LCN_RL_NOT_MAPPED = -2, enumerator
H A 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()
H A 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()
2189 if (unlikely(!rl || rl->lcn == LCN_RL_NOT_MAPPED || in ntfs_attr_extend_allocation()
2191 (rl-1)->lcn == LCN_RL_NOT_MAPPED))) { in ntfs_attr_extend_allocation()
H A 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()
H A Dlogfile.c770 if (unlikely(lcn == LCN_RL_NOT_MAPPED)) { in ntfs_empty_logfile()
H A Dlcnalloc.c727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
H A Dfile.c861 lcn = LCN_RL_NOT_MAPPED; in ntfs_prepare_pages_for_non_resident_write()
867 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()