Home
last modified time | relevance | path

Searched refs:RSTBLKS (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c47 #define RSTBLKS 2 /* number of restart blocks */ macro
223 if (buffer->num >= RSTBLKS) { in replaceusa()
340 if ((num < RSTBLKS) in read_buffer()
362 for (k=RSTBLKS; k<BASEBLKS2; k++) in read_buffer()
3769 for (blk=RSTBLKS; 2*blk<(RSTBLKS+BASEBLKS2); blk++) { in block_sequence()
3781 buf = read_buffer(ctx, blk + (BASEBLKS2 - RSTBLKS)/2); in block_sequence()
3802 latest_blk = blk + (BASEBLKS2 - RSTBLKS)/2; in block_sequence()
3826 for (k=RSTBLKS; k<BASEBLKS2; k++) in block_sequence()
3939 if (blk >= RSTBLKS) { in walk()
3951 if (!optr && (log_major >= 2) && (nextblk == RSTBLKS)) { in walk()
[all …]