Searched refs:fd_opts (Results 1 – 4 of 4) sorted by relevance
219 struct p9_fd_opts *fd_opts = &ctx->fd_opts; in v9fs_parse_param() local370 fd_opts->rfd = result.uint_32; in v9fs_parse_param()373 fd_opts->wfd = result.uint_32; in v9fs_parse_param()387 fd_opts->port = result.uint_32; in v9fs_parse_param()391 fd_opts->privport = true; in v9fs_parse_param()
336 ctx->fd_opts.port = P9_FD_PORT; in v9fs_init_fs_context()337 ctx->fd_opts.rfd = ~0; in v9fs_init_fs_context()338 ctx->fd_opts.wfd = ~0; in v9fs_init_fs_context()339 ctx->fd_opts.privport = false; in v9fs_init_fs_context()
220 struct p9_fd_opts fd_opts; member
884 opts = ctx->fd_opts; in p9_fd_create_tcp()975 struct p9_fd_opts opts = ctx->fd_opts; in p9_fd_create()