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

  /external/qemu/block/
qcow2-cluster.c 397 uint64_t cluster_offset, int n_start, int n_end)
402 n = n_end - n_start;
751 int n_start, int n_end, int *num, QCowL2Meta *m)
765 nb_clusters = size_to_clusters(s, n_end << 9);
865 m->nb_available = MIN(nb_clusters << (s->cluster_bits - 9), n_end);
qcow.c 244 * 'n_end')
255 int n_start, int n_end)
325 (n_end - n_start) < s->cluster_sectors) {
348 (n_end - n_start) < s->cluster_sectors) {
353 if (i < n_start || i >= n_end) {
qcow2.h 202 int n_start, int n_end, int *num, QCowL2Meta *m);
qcow2.c 561 int n_end; local
585 n_end = index_in_cluster + acb->remaining_sectors;
587 n_end > QCOW_MAX_CRYPT_CLUSTERS * s->cluster_sectors)
588 n_end = QCOW_MAX_CRYPT_CLUSTERS * s->cluster_sectors;
591 index_in_cluster, n_end, &acb->cur_nr_sectors, &acb->l2meta);
    [all...]

Completed in 1578 milliseconds