Searched refs:p9_is_proto_dotl (Results 1 – 3 of 3) sorted by relevance
290 int p9_is_proto_dotl(struct p9_client *clnt);
53 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function57 EXPORT_SYMBOL(p9_is_proto_dotl);534 if (!p9_is_proto_dotl(c)) { in p9_check_errors()1211 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); in p9_client_open()1217 if (p9_is_proto_dotl(clnt)) in p9_client_open()1233 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, in p9_client_open()
417 if (p9_is_proto_dotl(v9ses->clnt)) { in v9fs_session_init()