Searched refs:p9_is_proto_dotl (Results 1 – 3 of 3) sorted by relevance
388 int p9_is_proto_dotl(struct p9_client *clnt);
36 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function40 EXPORT_SYMBOL(p9_is_proto_dotl);422 if (!p9_is_proto_dotl(c)) { in p9_check_errors()1116 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); in p9_client_open()1121 if (p9_is_proto_dotl(clnt)) in p9_client_open()1137 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, in p9_client_open()
455 if (p9_is_proto_dotl(v9ses->clnt)) { in v9fs_session_init()