Searched refs:BDRV_O_ALLOW_RDWR (Results 1 – 2 of 2) sorted by relevance
236 #define BDRV_O_ALLOW_RDWR 0x2000 /* allow reopen to change from r/o to r/w */ macro
297 if (!read_only && !(bs->open_flags & BDRV_O_ALLOW_RDWR) && in bdrv_can_set_read_only()4045 flags |= (BDRV_O_RDWR | BDRV_O_ALLOW_RDWR); in bdrv_open_inherit()4430 flags |= BDRV_O_ALLOW_RDWR; in bdrv_reopen_queue_child()