Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c46 #define BASEBLKS2 34 /* number of special blocks when version >= 2.0 */ macro
170 unsigned int redirect[BASEBLKS2];
362 for (k=RSTBLKS; k<BASEBLKS2; k++) in read_buffer()
1114 if (prevblk > (log_major < 2 ? BASEBLKS : BASEBLKS2)) in findprevious()
1117 if (prevblk == (log_major < 2 ? BASEBLKS : BASEBLKS2)) in findprevious()
1137 < (log_major < 2 ? BASEBLKS : BASEBLKS2)) in findprevious()
2927 for (blk=0; blk<BASEBLKS2; blk++) in read_restart()
3377 : BASEBLKS2); in backoverlap()
3624 : BASEBLKS2); in walkback()
3732 curblk = (log_major < 2 ? BASEBLKS : BASEBLKS2); in find_latest_block()
[all...]

Completed in 6 milliseconds