Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Drunlist.h79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
Daops.c275 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_block()
731 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_block()
1037 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_write_mst_block()
Dattrib.c304 if (likely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) <= in ntfs_map_runlist()
364 lcn = ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn); in ntfs_attr_vcn_to_lcn_nolock()
378 if (unlikely(ntfs_rl_vcn_to_lcn(ni->runlist.rl, vcn) != in ntfs_attr_vcn_to_lcn_nolock()
744 lcn = ntfs_rl_vcn_to_lcn(rl, rl->vcn); in load_attribute_list()
Dcompress.c625 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_read_compressed_block()
Dmft.c557 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in ntfs_sync_mft_mirror()
741 lcn = ntfs_rl_vcn_to_lcn(rl, vcn); in write_mft_record_nolock()
Drunlist.c1004 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() function
Dfile.c853 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos); in ntfs_prepare_pages_for_non_resident_write()