Home
last modified time | relevance | path

Searched refs:client_opts (Results 1 – 4 of 4) sorted by relevance

/linux/fs/9p/
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()
332 ctx->client_opts.proto_version = p9_proto_2000L; in v9fs_init_fs_context()
333 ctx->client_opts.msize = DEFAULT_MSIZE; in v9fs_init_fs_context()
H A Dv9fs.c218 struct p9_client_opts *clnt = &ctx->client_opts; in v9fs_parse_param()
/linux/include/net/9p/
H A Dclient.h219 struct p9_client_opts client_opts; member
/linux/net/9p/
H A Dclient.c88 clnt->msize = ctx->client_opts.msize; in apply_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()
91 clnt->proto_version = ctx->client_opts.proto_version; in apply_client_options()