Home | History | Annotate | Download | only in qemu

Lines Matching full:bdrv_fclose

361 static int bdrv_fclose(void *opaque)
378 return qemu_fopen_ops(s, block_put_buffer, NULL, bdrv_fclose, NULL, NULL);
380 return qemu_fopen_ops(s, NULL, block_get_buffer, bdrv_fclose, NULL, NULL);