Searched refs:is_writable (Results 1 – 2 of 2) sorted by relevance
47 bool is_writable; member111 static QEMUFile *qemu_file_new_impl(QIOChannel *ioc, bool is_writable) in qemu_file_new_impl() argument119 f->is_writable = is_writable; in qemu_file_new_impl()132 return qemu_file_new_impl(f->ioc, !f->is_writable); in qemu_file_get_return_path()233 return f->is_writable; in qemu_file_is_writable()
169 static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable) in qemu_fopen_bdrv() argument171 if (is_writable) { in qemu_fopen_bdrv()