Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs/
A Drunlist.c241 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 …]
A Drunlist.h54 LCN_ENOENT = -3, enumerator
A Ddebug.c140 if (index > -LCN_ENOENT - 1) in ntfs_debug_dump_runlist()
A 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()
2190 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl && in ntfs_attr_extend_allocation()
A 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()
A Dlcnalloc.c727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()
A Dfile.c866 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()
A Dsuper.c1179 rl2[1].lcn = LCN_ENOENT; in check_mft_mirror()

Completed in 19 milliseconds