Home
last modified time | relevance | path

Searched refs:p9_proto_2000u (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/9p/
H A Dclient.h27 p9_proto_2000u, enumerator
/linux-6.15/net/9p/
H A Dclient.c66 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
80 case p9_proto_2000u: in p9_show_client_options()
115 version = p9_proto_2000u; in get_protocol_version()
925 case p9_proto_2000u: in p9_client_version()
951 c->proto_version = p9_proto_2000u; in p9_client_version()
1862 if (proto_version == p9_proto_2000u || in p9_client_statsize()
H A Dprotocol.c509 if ((proto_version != p9_proto_2000u) && in p9pdu_vreadf()
679 if ((proto_version != p9_proto_2000u) && in p9pdu_vwritef()