Searched defs:old_table_index (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c464 int64_t table_index = -1, old_table_index; local
488 old_table_index = table_index;
490 if ((old_table_index >= 0) && (table_index != old_table_index)) {

Completed in 79 milliseconds