HomeSort by relevance Sort by last modified time
    Searched refs:qcow2_grow_l1_table (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2.h 191 int qcow2_grow_l1_table(BlockDriverState *bs, int min_size);
qcow2-snapshot.c 328 if (qcow2_grow_l1_table(bs, sn->l1_size) < 0)
qcow2-cluster.c 31 int qcow2_grow_l1_table(BlockDriverState *bs, int min_size) function
545 ret = qcow2_grow_l1_table(bs, l1_index + 1);
qcow2.c     [all...]

Completed in 368 milliseconds