Lines Matching refs:version
663 char *version; in p9_client_version() local
673 err = p9pdu_readf(req->rc, c->dotu, "ds", &msize, &version); in p9_client_version()
680 P9_DPRINTK(P9_DEBUG_9P, "<<< RVERSION msize %d %s\n", msize, version); in p9_client_version()
681 if (!memcmp(version, "9P2000.u", 8)) in p9_client_version()
683 else if (!memcmp(version, "9P2000", 6)) in p9_client_version()
694 kfree(version); in p9_client_version()
823 qid.version); in p9_client_attach()
872 qid.version); in p9_client_auth()
939 wqids[count].version); in p9_client_walk()
990 qid.version, iounit); in p9_client_open()
1035 qid.version, iounit); in p9_client_fcreate()
1242 (unsigned long long)ret->qid.path, ret->qid.version, ret->mode, in p9_client_stat()
1267 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode, in p9_client_wstat()