Searched refs:V9FS_FORBID_MULTIDEVS (Results 1 – 3 of 3) sorted by relevance
74 #define V9FS_FORBID_MULTIDEVS 0x00000400 macro
1526 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()
971 if (pdu->s->ctx.export_flags & V9FS_FORBID_MULTIDEVS) { in stat_to_qid()