Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/9p/
Dclient.h277 int p9_is_proto_dotl(struct p9_client *clnt);
/Linux-v4.19/net/9p/
Dclient.c69 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function
73 EXPORT_SYMBOL(p9_is_proto_dotl);
538 if (!p9_is_proto_dotl(c)) { in p9_check_errors()
604 if (!p9_is_proto_dotl(c)) { in p9_check_zc_errors()
1247 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); in p9_client_open()
1253 if (p9_is_proto_dotl(clnt)) in p9_client_open()
1269 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, in p9_client_open()
/Linux-v4.19/fs/9p/
Dv9fs.c409 if (p9_is_proto_dotl(v9ses->clnt)) { in v9fs_session_init()