Searched refs:start_sect (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/block/
H A Dqcow2-cluster.c396 static int copy_sectors(BlockDriverState *bs, uint64_t start_sect, argument
406 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n);
410 qcow2_encrypt_sectors(s, start_sect + n_start,
671 uint64_t *old_cluster, start_sect, l2_offset, *l2_table; local
680 start_sect = (m->offset & ~(s->cluster_size - 1)) >> 9;
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),
/external/qemu/
H A Dblock.c1166 uint32_t start_sect; /* starting sector counting from 0 */ member in struct:partition

Completed in 536 milliseconds