Searched refs:id_max (Results 1 – 1 of 1) sorted by relevance
196 int i, id, id_max = 0; in find_new_snapshot_id() local201 if (id > id_max) in find_new_snapshot_id()202 id_max = id; in find_new_snapshot_id()204 snprintf(id_str, id_str_size, "%d", id_max + 1); in find_new_snapshot_id()