Lines Matching refs:l2_table_cache
842 qcow2_cache_clean_unused(s->l2_table_cache); in cache_clean_timer_cb()
974 Qcow2Cache *l2_table_cache; member
1036 if (s->l2_table_cache) { in qcow2_update_options_prepare()
1037 ret = qcow2_cache_flush(bs, s->l2_table_cache); in qcow2_update_options_prepare()
1054 r->l2_table_cache = qcow2_cache_create(bs, l2_cache_size, in qcow2_update_options_prepare()
1058 if (r->l2_table_cache == NULL || r->refcount_block_cache == NULL) { in qcow2_update_options_prepare()
1223 if (s->l2_table_cache) { in qcow2_update_options_commit()
1224 qcow2_cache_destroy(s->l2_table_cache); in qcow2_update_options_commit()
1229 s->l2_table_cache = r->l2_table_cache; in qcow2_update_options_commit()
1255 if (r->l2_table_cache) { in qcow2_update_options_abort()
1256 qcow2_cache_destroy(r->l2_table_cache); in qcow2_update_options_abort()
1910 if (s->l2_table_cache) { in qcow2_do_open()
1911 qcow2_cache_destroy(s->l2_table_cache); in qcow2_do_open()
2773 ret = qcow2_cache_flush(bs, s->l2_table_cache); in qcow2_inactivate()
2807 qcow2_cache_destroy(s->l2_table_cache); in qcow2_do_close()
4878 ret = qcow2_cache_empty(bs, s->l2_table_cache); in make_completely_empty()