Searched refs:raw_open_common (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 616 static int raw_open_common(BlockDriverState *bs, QDict *options, in raw_open_common() function 850 return raw_open_common(bs, options, flags, 0, false, errp); in raw_open() 4275 ret = raw_open_common(bs, options, flags, 0, true, errp); in hdev_open() 4528 return raw_open_common(bs, options, flags, O_NONBLOCK, true, errp); in cdrom_open() 4637 ret = raw_open_common(bs, options, flags, 0, true, errp); in cdrom_open()
|