Home | History | Annotate | Download | only in block

Lines Matching full:n_start

397                         uint64_t cluster_offset, int n_start, int n_end)
402 n = n_end - n_start;
406 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n);
410 qcow2_encrypt_sectors(s, start_sect + n_start,
416 ret = bdrv_write_sync(bs->file, (cluster_offset >> 9) + n_start,
681 if (m->n_start) {
682 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start);
751 int n_start, int n_end, int *num, QCowL2Meta *m)
861 m->n_start = n_start;
868 *num = m->nb_available - n_start;