Searched refs:BDRV_O_RDONLY (Results 1 – 4 of 4) sorted by relevance
29 #define BDRV_O_RDONLY 0x0000 macro
987 flags |= BDRV_O_RDONLY; in open_f()1132 flags |= BDRV_O_RDONLY; in main()
286 ret = bdrv_file_open(&bs, filename, BDRV_O_RDONLY); in find_image_format()
360 if (bdrv_open(s->hd->backing_hd, parent_img_name, BDRV_O_RDONLY) < 0) in vmdk_parent_open()376 flags = BDRV_O_RDONLY; in vmdk_open()