Searched refs:p9_is_proto_dotl (Results 1 – 3 of 3) sorted by relevance
290 int p9_is_proto_dotl(struct p9_client *clnt);
57 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function61 EXPORT_SYMBOL(p9_is_proto_dotl);544 if (!p9_is_proto_dotl(c)) { in p9_check_errors()1238 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); in p9_client_open()1243 if (p9_is_proto_dotl(clnt)) in p9_client_open()1259 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, in p9_client_open()
419 if (p9_is_proto_dotl(v9ses->clnt)) { in v9fs_session_init()