Searched refs:next_vcn (Results 1 - 3 of 3) 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;
315 while (!ntfs_attr_lookup(AT_DATA, AT_UNNAMED, 0, 0, next_vcn, NULL, 0,
347 next_vcn = highest_vcn + 1;
350 if (next_vcn <= 0)
354 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
H A Dattrib.c560 VCN next_vcn, last_vcn, highest_vcn; local
574 next_vcn = last_vcn = highest_vcn = 0;
580 if (ntfs_rl_vcn_to_lcn(na->rl, next_vcn) == LCN_RL_NOT_MAPPED)
584 CASE_SENSITIVE, next_vcn, NULL, 0, ctx))
599 if (!next_vcn) {
614 next_vcn = highest_vcn + 1;
617 if (next_vcn <= 0) {
623 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c1752 VCN next_vcn, last_vcn, highest_vcn; local
1984 next_vcn = last_vcn = highest_vcn = 0;
1985 while (!(err = ntfs_attr_lookup(AT_DATA, NULL, 0, 0, next_vcn, NULL, 0,
2025 if (!next_vcn) {
2101 next_vcn = highest_vcn + 1;
2104 if (next_vcn <= 0)
2108 if (next_vcn < sle64_to_cpu(

Completed in 78 milliseconds