Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c660 u64 dp_vcn = le64_to_cpu(dp->vcn); in find_dp() local
662 if (dp->target_attr == ta && vcn >= dp_vcn && in find_dp()
663 vcn < dp_vcn + le32_to_cpu(dp->lcns_follow)) { in find_dp()