Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dfile-op-9p.h74 #define V9FS_FORBID_MULTIDEVS 0x00000400 macro
/openbmc/qemu/hw/9pfs/
H A D9p-local.c1526 fse->export_flags &= ~V9FS_FORBID_MULTIDEVS; in local_parse_opts()
1530 fse->export_flags |= V9FS_FORBID_MULTIDEVS; in local_parse_opts()
1532 fse->export_flags &= ~V9FS_FORBID_MULTIDEVS; in local_parse_opts()
H A D9p.c971 if (pdu->s->ctx.export_flags & V9FS_FORBID_MULTIDEVS) { in stat_to_qid()