Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h149 int p9_is_proto_dotl(struct p9_client *clnt);
H A Dp9_client.c69 p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function
829 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", in p9_client_open()
835 if (p9_is_proto_dotl(clnt)) in p9_client_open()
851 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", in p9_client_open()
H A Dp9fs_subr.c83 if (p9_is_proto_dotl(vses->clnt)) in p9fs_init_session()