Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2.h926 int GRAPH_RDLOCK qcow2_write_l1_entry(BlockDriverState *bs, int l1_index);
H A Dqcow2-cluster.c227 int qcow2_write_l1_entry(BlockDriverState *bs, int l1_index) in qcow2_write_l1_entry() function
361 ret = qcow2_write_l1_entry(bs, l1_index); in l2_allocate()
H A Dqcow2-refcount.c1998 ret = qcow2_write_l1_entry(bs, i); in check_oflag_copied()