Home
last modified time | relevance | path

Searched refs:ntfs_rl_vcn_to_lcn (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/ntfs/
Drunlist.h65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
Daops.c255 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); 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()
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()
Dcompress.c609 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_compressed_block()
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()
Drunlist.c990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() function
Dfile.c831 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos); in ntfs_prepare_pages_for_non_resident_write()