Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h52 p9_proto_2000L, /* Linux version */ enumerator
H A Dp9_client.c72 return (clnt->proto_version == p9_proto_2000L); in p9_is_proto_dotl()
97 clnt->proto_version = p9_proto_2000L; in p9_parse_opts()
457 case p9_proto_2000L: in p9_client_version()
486 c->proto_version = p9_proto_2000L; in p9_client_version()
H A Dp9_protocol.c294 if ((proto_version != p9_proto_2000u) && (proto_version != p9_proto_2000L)) in p9_buf_vreadf()
497 if ((proto_version != p9_proto_2000u) && (proto_version != p9_proto_2000L)) in p9_buf_vwritef()