Searched refs:next_vcn (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_compress.c123 next_vcn:
157 goto next_vcn;
H A Dntfs_vfsops.c690 VCN next_vcn, last_vcn, highest_vcn; local
1001 next_vcn = last_vcn = highest_vcn = 0;
1002 while (!(err = ntfs_attr_lookup(AT_DATA, AT_UNNAMED, 0, next_vcn, NULL,
1041 if (!next_vcn) {
1118 next_vcn = highest_vcn + 1;
1119 if (next_vcn <= 0) {
1125 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {

Completed in 126 milliseconds