Home
last modified time | relevance | path

Searched refs:ntfs_rl_vcn_to_lcn (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Drunlist.h65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
H A Daops.c255 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_block()
314 * ntfs_rl_vcn_to_lcn() returned error. Just zero that portion in ntfs_read_block()
711 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_block()
1020 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_mst_block()
H A Dattrib.c290 if (likely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) <= in ntfs_map_runlist()
350 lcn = ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn); in ntfs_attr_vcn_to_lcn_nolock()
364 if (unlikely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) != in ntfs_attr_vcn_to_lcn_nolock()
754 lcn = ntfs_rl_vcn_to_lcn(rl, rl->vcn); in load_attribute_list()
760 ntfs_error(sb, "ntfs_rl_vcn_to_lcn() failed. Cannot " in load_attribute_list()
H A Dcompress.c609 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_compressed_block()
927 ntfs_error(vol->sb, "ntfs_rl_vcn_to_lcn() failed. Cannot read " in ntfs_read_compressed_block()
H A Dmft.c548 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_sync_mft_mirror()
736 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in write_mft_record_nolock()
H A Drunlist.c967 * ntfs_rl_vcn_to_lcn - convert a vcn into a lcn given a runlist
990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() function
H A Dfile.c838 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos); in ntfs_prepare_pages_for_non_resident_write()
/kernel/linux/linux-6.6/fs/ntfs/
H A Drunlist.h65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
H A Daops.c255 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_block()
314 * ntfs_rl_vcn_to_lcn() returned error. Just zero that portion in ntfs_read_block()
713 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_block()
1022 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_mst_block()
H A Dattrib.c290 if (likely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) <= in ntfs_map_runlist()
350 lcn = ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn); in ntfs_attr_vcn_to_lcn_nolock()
364 if (unlikely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) != in ntfs_attr_vcn_to_lcn_nolock()
754 lcn = ntfs_rl_vcn_to_lcn(rl, rl->vcn); in load_attribute_list()
760 ntfs_error(sb, "ntfs_rl_vcn_to_lcn() failed. Cannot " in load_attribute_list()
H A Dcompress.c609 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_compressed_block()
927 ntfs_error(vol->sb, "ntfs_rl_vcn_to_lcn() failed. Cannot read " in ntfs_read_compressed_block()
H A Dmft.c548 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_sync_mft_mirror()
736 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in write_mft_record_nolock()
H A Drunlist.c967 * ntfs_rl_vcn_to_lcn - convert a vcn into a lcn given a runlist
990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() function
H A Dfile.c831 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos); in ntfs_prepare_pages_for_non_resident_write()

Completed in 30 milliseconds