Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/9p/
Dclient.h242 int p9_is_proto_dotl(struct p9_client *clnt);
/Linux-v5.4/net/9p/
Dclient.c54 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() function
58 EXPORT_SYMBOL(p9_is_proto_dotl);
522 if (!p9_is_proto_dotl(c)) { in p9_check_errors()
588 if (!p9_is_proto_dotl(c)) { in p9_check_zc_errors()
1250 p9_is_proto_dotl(clnt) ? "TLOPEN" : "TOPEN", fid->fid, mode); in p9_client_open()
1256 if (p9_is_proto_dotl(clnt)) in p9_client_open()
1272 p9_is_proto_dotl(clnt) ? "RLOPEN" : "ROPEN", qid.type, in p9_client_open()
/Linux-v5.4/fs/9p/
Dv9fs.c415 if (p9_is_proto_dotl(v9ses->clnt)) { in v9fs_session_init()