Home
last modified time | relevance | path

Searched refs:start_sect (Results 1 – 2 of 2) sorted by relevance

/external/qemu/block/
Dqcow2-cluster.c396 static int copy_sectors(BlockDriverState *bs, uint64_t start_sect, in copy_sectors() argument
406 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n); in copy_sectors()
410 qcow2_encrypt_sectors(s, start_sect + n_start, in copy_sectors()
671 uint64_t *old_cluster, start_sect, l2_offset, *l2_table; in qcow2_alloc_cluster_link_l2() local
680 start_sect = (m->offset & ~(s->cluster_size - 1)) >> 9; in qcow2_alloc_cluster_link_l2()
682 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start); in qcow2_alloc_cluster_link_l2()
689 ret = copy_sectors(bs, start_sect + end, cluster_offset + (end << 9), in qcow2_alloc_cluster_link_l2()
/external/qemu/
Dblock.c1166 uint32_t start_sect; /* starting sector counting from 0 */ member