Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c142 unsigned long firstblk; /* first block to dump (option -r) */ variable
3963 if ((nextblk == endblk) && (nextblk < firstblk)) in walk()
3964 nextblk = firstblk; in walk()
4231 firstblk = strtoull(optarg, &endptr, 0); in getoptions()
4232 lastblk = firstblk; in getoptions()
4235 if (*endptr || (lastblk < firstblk)) { in getoptions()

Completed in 5 milliseconds