Searched refs:ntfs_rl_vcn_to_lcn (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | runlist.h | 55 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 619 lcn = ntfs_rl_vcn_to_lcn(na->rl, vcn); in ntfs_attr_map_runlist() 690 if (ntfs_rl_vcn_to_lcn(na->rl, needed) in ntfs_attr_map_partial_runlist() 778 if (ntfs_rl_vcn_to_lcn(na->rl, next_vcn) == LCN_RL_NOT_MAPPED) in ntfs_attr_map_whole_runlist() 890 lcn = ntfs_rl_vcn_to_lcn(na->rl, vcn); in ntfs_attr_vcn_to_lcn() 6025 first_lcn = ntfs_rl_vcn_to_lcn(na->rl, stop_vcn);
|
H A D | runlist.c | 1036 * ntfs_rl_vcn_to_lcn - convert a vcn into a lcn given a runlist 1054 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() function
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 1361 lcn = ntfs_rl_vcn_to_lcn(rl, vcn);
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 2984 lcn = ntfs_rl_vcn_to_lcn(na->rl, *idx / cl_per_bl); in ntfs_fuse_bmap()
|
H A D | lowntfs-3g.c | 3279 lcn = ntfs_rl_vcn_to_lcn(na->rl, vidx / cl_per_bl); in ntfs_fuse_bmap()
|
Completed in 23 milliseconds