• Home
  • Raw
  • Download

Lines Matching refs:proto_version

56 	return clnt->proto_version == p9_proto_2000L;  in p9_is_proto_dotl()
62 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
72 switch (clnt->proto_version) { in p9_show_client_options()
141 clnt->proto_version = p9_proto_2000L; in parse_opts()
196 clnt->proto_version = p9_proto_legacy; in parse_opts()
210 clnt->proto_version = r; in parse_opts()
524 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors()
540 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
612 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
628 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_zc_errors()
707 err = p9pdu_vwritef(&req->tc, c->proto_version, fmt, ap); in p9_client_prepare_req()
940 c->msize, c->proto_version); in p9_client_version()
942 switch (c->proto_version) { in p9_client_version()
962 err = p9pdu_readf(&req->rc, c->proto_version, "ds", &msize, &version); in p9_client_version()
971 c->proto_version = p9_proto_2000L; in p9_client_version()
973 c->proto_version = p9_proto_2000u; in p9_client_version()
975 c->proto_version = p9_proto_legacy; in p9_client_version()
1036 clnt, clnt->trans_mod, clnt->msize, clnt->proto_version); in p9_client_create()
1140 err = p9pdu_readf(&req->rc, clnt->proto_version, "Q", &qid); in p9_client_attach()
1197 err = p9pdu_readf(&req->rc, clnt->proto_version, "R", &nwqids, &wqids); in p9_client_walk()
1264 err = p9pdu_readf(&req->rc, clnt->proto_version, "Qd", &qid, &iounit); in p9_client_open()
1308 err = p9pdu_readf(&req->rc, clnt->proto_version, "Qd", qid, &iounit); in p9_client_create_dotl()
1353 err = p9pdu_readf(&req->rc, clnt->proto_version, "Qd", &qid, &iounit); in p9_client_fcreate()
1392 err = p9pdu_readf(&req->rc, clnt->proto_version, "Q", qid); in p9_client_symlink()
1606 *err = p9pdu_readf(&req->rc, clnt->proto_version, in p9_client_read_once()
1671 *err = p9pdu_readf(&req->rc, clnt->proto_version, "d", &count); in p9_client_write()
1715 err = p9pdu_readf(&req->rc, clnt->proto_version, "wS", &ignored, ret); in p9_client_stat()
1768 err = p9pdu_readf(&req->rc, clnt->proto_version, "A", ret); in p9_client_getattr_dotl()
1805 static int p9_client_statsize(struct p9_wstat *wst, int proto_version) in p9_client_statsize() argument
1824 if ((proto_version == p9_proto_2000u) || in p9_client_statsize()
1825 (proto_version == p9_proto_2000L)) { in p9_client_statsize()
1842 wst->size = p9_client_statsize(wst, clnt->proto_version); in p9_client_wstat()
1920 err = p9pdu_readf(&req->rc, clnt->proto_version, "ddqqqqqqd", &sb->type, in p9_client_statfs()
2028 err = p9pdu_readf(&req->rc, clnt->proto_version, "q", attr_size); in p9_client_xattrwalk()
2116 err = p9pdu_readf(&req->rc, clnt->proto_version, "D", &count, &dataptr); in p9_client_readdir()
2157 err = p9pdu_readf(&req->rc, clnt->proto_version, "Q", qid); in p9_client_mknod_dotl()
2188 err = p9pdu_readf(&req->rc, clnt->proto_version, "Q", qid); in p9_client_mkdir_dotl()
2223 err = p9pdu_readf(&req->rc, clnt->proto_version, "b", status); in p9_client_lock_dotl()
2254 err = p9pdu_readf(&req->rc, clnt->proto_version, "bqqds", &glock->type, in p9_client_getlock_dotl()
2284 err = p9pdu_readf(&req->rc, clnt->proto_version, "s", target); in p9_client_readlink()