Home
last modified time | relevance | path

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

/fs/ntfs/
Drunlist.h65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
Daops.c258 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_block()
714 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_block()
1023 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()
730 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.c838 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos); in ntfs_prepare_pages_for_non_resident_write()