Searched defs:ntfs_attr_find_vcn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c770 * ntfs_attr_find_vcn - find a vcn in the runlist of an ntfs attribute
789 runlist_element *ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn) function
941 rl = ntfs_attr_find_vcn(na, pos >> vol->cluster_size_bits);
960 rl = ntfs_attr_find_vcn(na, rl->vcn);
1170 rl = ntfs_attr_find_vcn(na, pos >> vol->cluster_size_bits);
1189 rl = ntfs_attr_find_vcn(na, rl->vcn);
1230 rl = ntfs_attr_find_vcn(na, cur_vcn);
1297 rl = ntfs_attr_find_vcn(na, cur_vcn);

Completed in 32 milliseconds