Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dqemu-fsdev.c168 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()
H A D9p-proxy.c766 if (ret > 0 && ctx->export_flags & V9FS_IMMEDIATE_WRITEOUT) { in proxy_pwritev()