Home | History | Annotate | Download | only in qemu

Lines Matching defs:bdrv_file_open

295     /* TODO Drivers without bdrv_file_open must be specified explicitly */
340 ret = bdrv_file_open(&bs, filename, 0);
456 if (drv->bdrv_file_open) {
457 ret = drv->bdrv_file_open(bs, filename, open_flags);
459 ret = bdrv_file_open(&bs->file, filename, open_flags);
497 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags)