Searched refs:highest_vcn (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_attr.c150 * vcn we looked up and that the highest_vcn of the attribute
154 sle64_to_cpu(a->highest_vcn) < vcn))
157 vcn = sle64_to_cpu(a->highest_vcn) + 1;
262 end_vcn = sle64_to_cpu(a->highest_vcn);
310 end_vcn = sle64_to_cpu(a->highest_vcn) + 1;
1847 VCN lowest_vcn, highest_vcn, stop_vcn;
1946 if ((first_vcn > sle64_to_cpu(a->highest_vcn) + 1) &&
2156 if (first_vcn > sle64_to_cpu(a->highest_vcn) + 1) {
2245 if (mpa_is_valid && first_vcn > sle64_to_cpu(a->highest_vcn) + 1) {
3421 a->highest_vcn
7668 VCN highest_vcn, old_highest_vcn, lowest_vcn; local
[all...]
H A Dntfs_attr_list.c793 a->highest_vcn = cpu_to_sle64((attr_len / vol->cluster_size) - 1);
1259 a->highest_vcn = cpu_to_sle64((alloc_size >> vol->cluster_size_shift) -
2095 /* Update the highest_vcn. */
2096 al_a->highest_vcn = cpu_to_sle64((alloc_size - 1) >>
H A Dntfs_vfsops.c690 VCN next_vcn, last_vcn, highest_vcn; local
1001 next_vcn = last_vcn = highest_vcn = 0;
1036 highest_vcn = sle64_to_cpu(a->highest_vcn);
1115 if (highest_vcn == last_vcn - 1)
1118 next_vcn = highest_vcn + 1;
1141 if (highest_vcn != last_vcn - 1) {
1145 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx",
1146 (unsigned long long)highest_vcn,
H A Dntfs_mft.c1004 /* Update the highest_vcn. */
1005 a->highest_vcn = cpu_to_sle64(vcn + 1);
1059 ctx->a->highest_vcn = cpu_to_sle64(vcn);
1494 /* Update the highest_vcn. */
1495 a->highest_vcn = cpu_to_sle64(vcn + nr);
1555 ctx->a->highest_vcn = cpu_to_sle64(vcn);
H A Dntfs_layout.h753 /* 24*/ leVCN highest_vcn; /* Highest valid vcn of this member in struct:__anon11341::__anon11342::__anon11344
H A Dntfs_runlist.c1016 * The highest_vcn must be equal to the final vcn in the runlist - 1,
1019 deltaxcn = sle64_to_cpu(a->highest_vcn);
1030 * If there is a difference between the highest_vcn and the
H A Dntfs_index.c1624 a->highest_vcn = cpu_to_sle64((idx_ni->allocated_size >>
H A Dntfs_vnops.c7157 sle64_to_cpu(a->highest_vcn) + 1 -
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c538 * If there is a highest_vcn specified, it must be equal to the final
541 deltaxcn = sle64_to_cpu(a->highest_vcn);
553 * A highest_vcn of zero means this is a single extent
558 * If there is a difference between the highest_vcn and

Completed in 235 milliseconds