HomeSort by relevance Sort by last modified time
    Searched full:copy_sectors (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
qcow2-cluster.c 396 static int copy_sectors(BlockDriverState *bs, uint64_t start_sect, function
682 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start);
689 ret = copy_sectors(bs, start_sect + end, cluster_offset + (end << 9),
706 * copy_sectors()), update l2 table with its cluster pointer and free

Completed in 2179 milliseconds