Lines Matching defs:version
10 * it under the terms of the GNU General Public License version 2
63 {Opt_version, "version=%s"},
93 /* Interpret mount option for protocol version */
96 int version = -EINVAL;
99 version = p9_proto_legacy;
100 p9_debug(P9_DEBUG_9P, "Protocol version: Legacy\n");
102 version = p9_proto_2000u;
103 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.u\n");
105 version = p9_proto_2000L;
106 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.L\n");
108 pr_info("Unknown protocol version %s\n", s);
110 return version;
186 "problem allocating copy of version arg\n");
941 char *version;
967 err = p9pdu_readf(req->rc, c->proto_version, "ds", &msize, &version);
969 p9_debug(P9_DEBUG_9P, "version error %d\n", err);
974 p9_debug(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version);
975 if (!strncmp(version, "9P2000.L", 8))
977 else if (!strncmp(version, "9P2000.u", 8))
979 else if (!strncmp(version, "9P2000", 6))
990 kfree(version);
1142 qid.type, (unsigned long long)qid.path, qid.version);
1211 wqids[count].version);
1267 (unsigned long long)qid.path, qid.version, iounit);
1312 qid->version, iounit);
1357 qid.version, iounit);
1394 qid->type, (unsigned long long)qid->path, qid->version);
1718 (unsigned long long)ret->qid.path, ret->qid.version, ret->mode,
1777 ret->qid.version, ret->st_mode, ret->st_nlink,
1840 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode,
2146 (unsigned long long)qid->path, qid->version);
2177 (unsigned long long)qid->path, qid->version);