Lines Matching refs:version
109 int version = -EINVAL; in get_protocol_version() local
112 version = p9_proto_legacy; in get_protocol_version()
115 version = p9_proto_2000u; in get_protocol_version()
118 version = p9_proto_2000L; in get_protocol_version()
124 return version; in get_protocol_version()
914 char *version = NULL; in p9_client_version() local
940 err = p9pdu_readf(&req->rc, c->proto_version, "ds", &msize, &version); in p9_client_version()
947 p9_debug(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version); in p9_client_version()
948 if (!strncmp(version, "9P2000.L", 8)) { in p9_client_version()
950 } else if (!strncmp(version, "9P2000.u", 8)) { in p9_client_version()
952 } else if (!strncmp(version, "9P2000", 6)) { in p9_client_version()
956 "server returned an unknown version: %s\n", version); in p9_client_version()
971 kfree(version); in p9_client_version()
1140 qid.type, qid.path, qid.version); in p9_client_attach()
1206 wqids[count].version); in p9_client_walk()
1261 qid.path, qid.version, iounit); in p9_client_open()
1305 qid->type, qid->path, qid->version, iounit); in p9_client_create_dotl()
1348 qid.type, qid.path, qid.version, iounit); in p9_client_fcreate()
1386 qid->type, qid->path, qid->version); in p9_client_symlink()
1766 ret->qid.version, ret->mode, in p9_client_stat()
1823 ret->qid.type, ret->qid.path, ret->qid.version, in p9_client_getattr_dotl()
1889 wst->qid.path, wst->qid.version, in p9_client_wstat()
2194 qid->type, qid->path, qid->version); in p9_client_mknod_dotl()
2223 qid->path, qid->version); in p9_client_mkdir_dotl()