Home
last modified time | relevance | path

Searched refs:trans_mod (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/9p/
Dclient.c169 clnt->trans_mod = v9fs_get_trans_by_name(s); in parse_opts()
170 if (clnt->trans_mod == NULL) { in parse_opts()
667 if (c->trans_mod->cancelled) in p9_client_flush()
668 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
744 err = c->trans_mod->request(c, req); in p9_client_rpc()
777 if (c->trans_mod->cancel(c, req)) in p9_client_rpc()
841 err = c->trans_mod->zc_request(c, req, uidata, uodata, in p9_client_zc_rpc()
858 if (c->trans_mod->cancel(c, req)) in p9_client_zc_rpc()
1001 clnt->trans_mod = NULL; in p9_client_create()
1018 if (!clnt->trans_mod) in p9_client_create()
[all …]
/linux-4.4.14/include/net/9p/
Dclient.h156 struct p9_trans_module *trans_mod; member