Searched refs:lastlcn (Results 1 – 1 of 1) sorted by relevance
145 u64 lastlcn; /* last block to dump (option -c) */ variable2147 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()