Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ntfs/
Drunlist.c241 if (dst[marker].lcn == LCN_ENOENT) in ntfs_rl_append()
427 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT) in ntfs_rl_replace()
599 if (srl[send].lcn == LCN_ENOENT) in ntfs_runlists_merge()
660 drl[ds].lcn = LCN_ENOENT; in ntfs_runlists_merge()
668 if (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()
1052 if (likely(rl->lcn == LCN_ENOENT)) in ntfs_rl_find_vcn_nolock()
[all …]
Drunlist.h54 LCN_ENOENT = -3, enumerator
Ddebug.c140 if (index > -LCN_ENOENT - 1) in ntfs_debug_dump_runlist()
Dattrib.c344 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()
2170 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl && in ntfs_attr_extend_allocation()
Daops.c294 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()
Dlcnalloc.c727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
Dfile.c871 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) { in ntfs_prepare_pages_for_non_resident_write()
899 lcn = LCN_ENOENT; in ntfs_prepare_pages_for_non_resident_write()
Dsuper.c1171 rl2[1].lcn = LCN_ENOENT; in check_mft_mirror()