Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dqemu-fsdev.c172 fsle->fse.export_flags |= V9FS_RDONLY; in qemu_fsdev_add()
174 fsle->fse.export_flags &= ~V9FS_RDONLY; in qemu_fsdev_add()
H A Dfile-op-9p.h67 #define V9FS_RDONLY 0x00000040 macro
/openbmc/qemu/hw/9pfs/
H A D9p.c1390 return ctx->export_flags & V9FS_RDONLY; in is_ro_export()