Home
last modified time | relevance | path

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

/fs/ntfs/
Drunlist.c255 if (dst[marker].lcn == LCN_ENOENT) in ntfs_rl_append()
441 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT) in ntfs_rl_replace()
613 if (srl[send].lcn == LCN_ENOENT) in ntfs_runlists_merge()
674 drl[ds].lcn = LCN_ENOENT; in ntfs_runlists_merge()
682 if (drl[ds].lcn == LCN_ENOENT) { in ntfs_runlists_merge()
708 drl[ds].lcn = LCN_ENOENT; in ntfs_runlists_merge()
953 rl[rlpos].lcn = LCN_ENOENT; in ntfs_mapping_pairs_decompress()
1019 return LCN_ENOENT; in ntfs_rl_vcn_to_lcn()
1035 return LCN_ENOENT; in ntfs_rl_vcn_to_lcn()
1066 if (likely(rl->lcn == LCN_ENOENT)) in ntfs_rl_find_vcn_nolock()
[all …]
Drunlist.h68 LCN_ENOENT = -3, enumerator
Ddebug.c154 if (index > -LCN_ENOENT - 1) in ntfs_debug_dump_runlist()
Dattrib.c358 return LCN_ENOENT; in ntfs_attr_vcn_to_lcn_nolock()
370 if (lcn != LCN_ENOENT) in ntfs_attr_vcn_to_lcn_nolock()
395 lcn = LCN_ENOENT; in ntfs_attr_vcn_to_lcn_nolock()
401 if (lcn != LCN_ENOENT) in ntfs_attr_vcn_to_lcn_nolock()
499 if (likely(rl->lcn == LCN_ENOENT)) in ntfs_attr_find_vcn_nolock()
2180 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl && in ntfs_attr_extend_allocation()
Daops.c314 if (err == -ENOENT || lcn == LCN_ENOENT) { in ntfs_read_block()
792 if (err == -ENOENT || lcn == LCN_ENOENT) { in ntfs_write_block()
1616 case LCN_ENOENT: in ntfs_bmap()
Dlcnalloc.c741 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
Dfile.c783 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) { in ntfs_prepare_pages_for_non_resident_write()
811 lcn = LCN_ENOENT; in ntfs_prepare_pages_for_non_resident_write()
Dsuper.c1185 rl2[1].lcn = LCN_ENOENT; in check_mft_mirror()