Home
last modified time | relevance | path

Searched refs:BDRV_O_ALLOW_RDWR (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
H A Dblock-common.h236 #define BDRV_O_ALLOW_RDWR 0x2000 /* allow reopen to change from r/o to r/w */ macro
/qemu/
H A Dblock.c296 if (!read_only && !(bs->open_flags & BDRV_O_ALLOW_RDWR) && in bdrv_can_set_read_only()
4024 flags |= (BDRV_O_RDWR | BDRV_O_ALLOW_RDWR); in bdrv_open_inherit()
4409 flags |= BDRV_O_ALLOW_RDWR; in bdrv_reopen_queue_child()