Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c143 unsigned long lastblk; /* last block to dump (option -r) */ variable
3965 if ((blk >= endblk) && (blk > lastblk)) in walk()
4232 lastblk = firstblk; in getoptions()
4234 lastblk = strtoull(++endptr, &endptr, 0); in getoptions()
4235 if (*endptr || (lastblk < firstblk)) { in getoptions()

Completed in 5 milliseconds