Searched refs:end_vcn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_runlist.c1838 const VCN end_vcn = start_vcn + len; local
1847 if (!runlist || start_vcn < 0 || len < 0 || end_vcn < 0)
1849 "end_vcn < 0\n", __FUNCTION__);
1862 /* Find @end_vcn in the runlist. */
1864 while (rl_end->length && end_vcn >= rl_end[1].vcn) {
1875 if (!rl_end->length && end_vcn > rl_end->vcn)
1884 * If both @start_vcn and @end_vcn are in the same sparse run,
1887 if (end_vcn <= rl[1].vcn) {
1893 rl->length = end_vcn - rl->vcn;
1894 /* If @end_vcn i
2472 VCN end_vcn; local
[all...]
H A Dntfs_compress.c103 VCN start_vcn, vcn, end_vcn; local
117 end_vcn = start_vcn + ni->compression_block_clusters;
151 if (vcn + clusters >= end_vcn) {
155 vcn = end_vcn - 1;
H A Dntfs_attr.c88 VCN vcn, end_vcn; local
119 end_vcn = ni->allocated_size >> ni->vol->cluster_size_shift;
163 } while (!err && vcn < end_vcn);
229 VCN end_vcn; local
262 end_vcn = sle64_to_cpu(a->highest_vcn);
279 end_vcn >= vcn))
310 end_vcn = sle64_to_cpu(a->highest_vcn) + 1;
311 if (vcn && vcn >= end_vcn) {
4073 VCN vcn, end_vcn; local
4225 end_vcn
[all...]

Completed in 80 milliseconds