Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c145 u64 lastlcn; /* last block to dump (option -c) */ variable
2147 if ((lcn >= firstlcn) && (lcn <= lastlcn)) in within_lcn_range()
4200 lastlcn = firstlcn; in getoptions()
4202 lastlcn = strtoull(++endptr, &endptr, 0); in getoptions()
4203 if (*endptr || (lastlcn < firstlcn)) { in getoptions()