Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c582 unsigned long id, id_max = 0; in find_new_snapshot_id() local
587 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()