Searched refs:id_max (Results 1 – 1 of 1) sorted by relevance
582 unsigned long id, id_max = 0; in find_new_snapshot_id() local587 if (id > id_max) in find_new_snapshot_id()588 id_max = id; in find_new_snapshot_id()590 snprintf(id_str, id_str_size, "%lu", id_max + 1); in find_new_snapshot_id()