Home
last modified time | relevance | path

Searched refs:BDRV_O_RDWR (Results 1 – 8 of 8) sorted by relevance

/external/qemu/block/
Draw-win32.c84 if (flags & BDRV_O_RDWR) { in raw_open()
337 if (flags & BDRV_O_RDWR) { in hdev_open()
Draw-posix.c138 if (bdrv_flags & BDRV_O_RDWR) { in raw_open_common()
Dqcow2.c1035 bdrv_open(bs, filename, BDRV_O_CACHE_WB | BDRV_O_RDWR, drv); in qcow_create2()
Dvvfat.c2803 bdrv_open(s->qcow, s->qcow_filename, BDRV_O_RDWR, bdrv_qcow) < 0) in enable_write_target()
/external/qemu/
Dblockdev.c483 bdrv_flags |= ro ? 0 : BDRV_O_RDWR; in drive_init()
592 bdrv_flags = bdrv_is_read_only(bs) ? 0 : BDRV_O_RDWR; in do_change_block()
Dblock.c452 open_flags |= BDRV_O_RDWR; in bdrv_open_common()
469 bs->keep_read_only = bs->read_only = !(open_flags & BDRV_O_RDWR); in bdrv_open_common()
616 flags & ~(BDRV_O_RDWR | BDRV_O_SNAPSHOT | BDRV_O_NO_BACKING); in bdrv_open()
624 bs->backing_hd->keep_read_only = !(flags & BDRV_O_RDWR); in bdrv_open()
775 rw_ret = bdrv_open(bs_rw, filename, open_flags | BDRV_O_RDWR, drv); in bdrv_commit()
780 ret = bdrv_open(bs_ro, filename, open_flags & ~BDRV_O_RDWR, drv); in bdrv_commit()
831 ret = bdrv_open(bs_ro, filename, open_flags & ~BDRV_O_RDWR, drv); in bdrv_commit()
Dblock.h30 #define BDRV_O_RDWR 0x0002 macro
Dqemu-io.c1677 flags |= BDRV_O_RDWR; in open_f()
1821 flags |= BDRV_O_RDWR; in main()