Searched refs:qcow2_encrypt_sectors (Results 1 – 3 of 3) sorted by relevance
/external/qemu/block/ |
D | qcow2-cluster.c | 286 void qcow2_encrypt_sectors(BDRVQcowState *s, int64_t sector_num, in qcow2_encrypt_sectors() function 341 qcow2_encrypt_sectors(s, sector_num, buf, buf, n, 0, in qcow_read() 365 qcow2_encrypt_sectors(s, start_sect + n_start, in copy_sectors()
|
D | qcow2.h | 176 void qcow2_encrypt_sectors(BDRVQcowState *s, int64_t sector_num,
|
D | qcow2.c | 408 qcow2_encrypt_sectors(s, acb->sector_num, acb->buf, acb->buf, in qcow_aio_read_cb() 578 qcow2_encrypt_sectors(s, acb->sector_num, acb->cluster_data, acb->buf, in qcow_aio_write_cb()
|