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

/linux-4.1.27/net/9p/
H A Dclient.c68 inline int p9_is_proto_dotl(struct p9_client *clnt) p9_is_proto_dotl() function
72 EXPORT_SYMBOL(p9_is_proto_dotl); variable
514 if (!p9_is_proto_dotl(c)) { p9_check_errors()
580 if (!p9_is_proto_dotl(c)) { p9_check_zc_errors()
1239 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); p9_client_open()
1245 if (p9_is_proto_dotl(clnt)) p9_client_open()
1261 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, p9_client_open()
/linux-4.1.27/include/net/9p/
H A Dclient.h267 int p9_is_proto_dotl(struct p9_client *clnt);
/linux-4.1.27/fs/9p/
H A Dv9fs.c363 if (p9_is_proto_dotl(v9ses->clnt)) { v9fs_session_init()

Completed in 126 milliseconds