Searched refs:raw_open_common (Results 1 – 1 of 1) sorted by relevance
/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() 4258 ret = raw_open_common(bs, options, flags, 0, true, errp); in hdev_open() 4511 return raw_open_common(bs, options, flags, O_NONBLOCK, true, errp); in cdrom_open() 4620 ret = raw_open_common(bs, options, flags, 0, true, errp); in cdrom_open()
|