Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-snapshot.c196 int i, id, id_max = 0; in find_new_snapshot_id() local
201 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()