Searched refs:LCN_ENOENT (Results 1 – 8 of 8) sorted by relevance
241 if (dst[marker].lcn == LCN_ENOENT) in ntfs_rl_append()599 if (srl[send].lcn == LCN_ENOENT) in ntfs_runlists_merge()660 drl[ds].lcn = LCN_ENOENT; in ntfs_runlists_merge()694 drl[ds].lcn = LCN_ENOENT; in ntfs_runlists_merge()939 rl[rlpos].lcn = LCN_ENOENT; in ntfs_mapping_pairs_decompress()1005 return LCN_ENOENT; in ntfs_rl_vcn_to_lcn()1021 return LCN_ENOENT; in ntfs_rl_vcn_to_lcn()1517 rl[1].lcn = LCN_ENOENT; in ntfs_rl_truncate_nolock()1552 rl->lcn = LCN_ENOENT; in ntfs_rl_truncate_nolock()1600 rl->lcn = LCN_ENOENT; in ntfs_rl_truncate_nolock()[all …]
54 LCN_ENOENT = -3, enumerator
140 if (index > -LCN_ENOENT - 1) in ntfs_debug_dump_runlist()
344 return LCN_ENOENT; in ntfs_attr_vcn_to_lcn_nolock()356 if (lcn != LCN_ENOENT) in ntfs_attr_vcn_to_lcn_nolock()381 lcn = LCN_ENOENT; in ntfs_attr_vcn_to_lcn_nolock()387 if (lcn != LCN_ENOENT) in ntfs_attr_vcn_to_lcn_nolock()485 if (likely(rl->lcn == LCN_ENOENT)) in ntfs_attr_find_vcn_nolock()2190 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl && in ntfs_attr_extend_allocation()
294 if (err == -ENOENT || lcn == LCN_ENOENT) { in ntfs_read_block()774 if (err == -ENOENT || lcn == LCN_ENOENT) { in ntfs_write_block()1602 case LCN_ENOENT: in ntfs_bmap()
727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
866 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) { in ntfs_prepare_pages_for_non_resident_write()894 lcn = LCN_ENOENT; in ntfs_prepare_pages_for_non_resident_write()
1179 rl2[1].lcn = LCN_ENOENT; in check_mft_mirror()
Completed in 19 milliseconds