Home
last modified time | relevance | path

Searched refs:V9FS_IMMEDIATE_WRITEOUT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev.c149 fsle->fse.export_flags |= V9FS_IMMEDIATE_WRITEOUT; in qemu_fsdev_add()
H A Dfile-op-9p.h48 #define V9FS_IMMEDIATE_WRITEOUT 0x00000001 macro
/openbmc/qemu/hw/9pfs/
H A D9p-local.c623 if (ret > 0 && ctx->export_flags & V9FS_IMMEDIATE_WRITEOUT) { in local_pwritev()