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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dfile.c483 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; local
958 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
960 * If @highest_vcn is zero, calculate the real highest_vcn
963 if (!highest_vcn)
964 highest_vcn = (sle64_to_cpu(
972 highest_vcn);
1015 mp_size, rl2, vcn, highest_vcn, NULL);
1025 /* Update the highest_vcn bu
[all...]
H A Dinode.c1752 VCN next_vcn, last_vcn, highest_vcn; local
1984 next_vcn = last_vcn = highest_vcn = 0;
2100 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
2101 next_vcn = highest_vcn + 1;
2125 if (highest_vcn && highest_vcn != last_vcn - 1) {
2129 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx",
2130 (unsigned long long)highest_vcn,
2331 VCN highest_vcn; local
[all...]
H A Dattrib.c120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
1640 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >>
2233 /* Update the highest_vcn. */
2234 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >>
2318 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.h680 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member in struct:__anon16827::__anon16828::__anon16830
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-R7000-V1.0.7.12_1.2.5/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:__anon4187::__anon4188::__anon4190

Completed in 218 milliseconds