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