Home
last modified time | relevance | path

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

/linux/net/9p/
H A Dclient.c52 seq_printf(m, ",trans=%s", clnt->trans_mod->name); in p9_show_client_options()
66 if (clnt->trans_mod->show_options) in p9_show_client_options()
67 return clnt->trans_mod->show_options(m, clnt); in p9_show_client_options()
89 clnt->trans_mod = ctx->client_opts.trans_mod; in apply_client_options()
90 ctx->client_opts.trans_mod = NULL; in apply_client_options()
102 if (!fc->sdata && c->trans_mod->supports_vmalloc) { in p9_fcall_init()
107 if (c->trans_mod->supports_vmalloc) in p9_fcall_init()
494 if (c->trans_mod->cancelled) in p9_client_flush()
495 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
565 const uint rsize = c->trans_mod->pooled_rbuffers ? c->msize : 0; in p9_client_rpc()
[all …]
H A Dtrans_fd.c708 if (clnt->trans_mod == &p9_tcp_trans) { in p9_fd_show_options()
711 } else if (clnt->trans_mod == &p9_fd_trans) { in p9_fd_show_options()
H A Dtrans_usbg.c421 client->trans_mod->maxsize = usb9pfs->buflen; in p9_usbg_create()
/linux/include/net/9p/
H A Dclient.h112 struct p9_trans_module *trans_mod; member
147 struct p9_trans_module *trans_mod; member
/linux/fs/9p/
H A Dv9fs.c353 v9fs_put_trans(clnt->trans_mod); in v9fs_parse_param()
354 clnt->trans_mod = v9fs_get_trans_by_name(param->string); in v9fs_parse_param()
355 if (!clnt->trans_mod) { in v9fs_parse_param()
H A Dvfs_super.c296 if (ctx->client_opts.trans_mod) in v9fs_free_fc()
297 v9fs_put_trans(ctx->client_opts.trans_mod); in v9fs_free_fc()