Searched refs:client_opts (Results 1 – 4 of 4) sorted by relevance
296 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()
218 struct p9_client_opts *clnt = &ctx->client_opts; in v9fs_parse_param()
219 struct p9_client_opts client_opts; member
88 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()