Home
last modified time | relevance | path

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

/fs/ntfs/
Drunlist.c162 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()
[all …]
Daops.c277 lcn = LCN_RL_NOT_MAPPED; in ntfs_read_block()
296 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block()
733 lcn = LCN_RL_NOT_MAPPED; in ntfs_write_block()
774 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block()
1039 lcn = LCN_RL_NOT_MAPPED; in ntfs_write_mst_block()
1054 lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_mst_block()
Drunlist.h67 LCN_RL_NOT_MAPPED = -2, enumerator
Dattrib.c305 LCN_RL_NOT_MAPPED)) in ntfs_map_runlist()
369 if (lcn != LCN_RL_NOT_MAPPED) { in ntfs_attr_vcn_to_lcn_nolock()
379 LCN_RL_NOT_MAPPED)) { in ntfs_attr_vcn_to_lcn_nolock()
498 if (likely(rl->lcn != LCN_RL_NOT_MAPPED)) { in ntfs_attr_find_vcn_nolock()
2179 if (unlikely(!rl || rl->lcn == LCN_RL_NOT_MAPPED || in ntfs_attr_extend_allocation()
2181 (rl-1)->lcn == LCN_RL_NOT_MAPPED))) { in ntfs_attr_extend_allocation()
Dcompress.c627 lcn = LCN_RL_NOT_MAPPED; in ntfs_read_compressed_block()
638 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block()
Dlogfile.c784 if (unlikely(lcn == LCN_RL_NOT_MAPPED)) { in ntfs_empty_logfile()
Dlcnalloc.c741 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
Dfile.c778 lcn = LCN_RL_NOT_MAPPED; in ntfs_prepare_pages_for_non_resident_write()
784 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()