Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dv9fs.c219 struct p9_fd_opts *fd_opts = &ctx->fd_opts; in v9fs_parse_param() local
370 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()
H A Dvfs_super.c336 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()
/linux/include/net/9p/
H A Dclient.h220 struct p9_fd_opts fd_opts; member
/linux/net/9p/
H A Dtrans_fd.c884 opts = ctx->fd_opts; in p9_fd_create_tcp()
975 struct p9_fd_opts opts = ctx->fd_opts; in p9_fd_create()