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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c232 VCN next_vcn, last_vcn, highest_vcn; local
313 highest_vcn = next_vcn = 0;
346 highest_vcn = sle64_to_cpu(a->highest_vcn);
347 next_vcn = highest_vcn + 1;
363 if (highest_vcn && highest_vcn != last_vcn - 1) {
365 ntfs_log_error("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx\n",
366 (long long)highest_vcn, (long long)last_vcn - 1);
H A Dattrib.c560 VCN next_vcn, last_vcn, highest_vcn; local
574 next_vcn = last_vcn = highest_vcn = 0;
613 highest_vcn = sle64_to_cpu(a->highest_vcn);
614 next_vcn = highest_vcn + 1;
634 if (highest_vcn && highest_vcn != last_vcn - 1) {
637 "highest_vcn: 0x%llx last_vcn: 0x%llx",
639 (long long)highest_vcn, (long long)last_vcn);
2916 a->highest_vcn
[all...]
H A Dmft.c751 /* Update the highest_vcn. */
752 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
798 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
1101 /* Update the highest_vcn. */
1102 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1154 a->highest_vcn = cpu_to_sle64(old_last_vcn - 1);
H A Drunlist.c894 * If there is a highest_vcn specified, it must be equal to the final
897 deltaxcn = sle64_to_cpu(attr->highest_vcn);
912 * A highest_vcn of zero means this is a single extent
917 * If there is a difference between the highest_vcn and
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c495 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; local
971 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
973 * If @highest_vcn is zero, calculate the real highest_vcn
976 if (!highest_vcn)
977 highest_vcn = (sle64_to_cpu(
985 highest_vcn);
1028 mp_size, rl2, vcn, highest_vcn, NULL);
1038 /* Update the highest_vcn bu
[all...]
H A Dinode.c1755 VCN next_vcn, last_vcn, highest_vcn; local
1988 next_vcn = last_vcn = highest_vcn = 0;
2104 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
2105 next_vcn = highest_vcn + 1;
2129 if (highest_vcn && highest_vcn != last_vcn - 1) {
2133 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx",
2134 (unsigned long long)highest_vcn,
2332 VCN highest_vcn; local
[all...]
H A Dattrib.c119 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
181 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
1642 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >>
2235 /* Update the highest_vcn. */
2236 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >>
2320 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64(
H A Dmft.c1454 /* Update the highest_vcn. */
1455 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1512 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
1891 /* Update the highest_vcn. */
1892 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1949 ctx->attr->data.non_resident.highest_vcn =
H A Dlayout.h691 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member in struct:__anon7512::__anon7513::__anon7515
H A Drunlist.c868 * If there is a highest_vcn specified, it must be equal to the final
871 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn);
887 * A highest_vcn of zero means this is a single extent
892 * If there is a difference between the highest_vcn and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h770 /* 24*/ VCN highest_vcn; /* Highest valid vcn of this extent of member in struct:__anon1247::__anon1248::__anon1250

Completed in 202 milliseconds