Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds