Searched refs:rfd (Results 1 – 1 of 1) sorted by relevance
50 int rfd; member755 if (clnt->trans_opts.fd.rfd != ~0) in p9_fd_show_options()756 seq_printf(m, ",rfd=%u", clnt->trans_opts.fd.rfd); in p9_fd_show_options()779 opts->rfd = ~0; in parse_opts()813 opts->rfd = option; in parse_opts()830 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument837 ts->rd = fget(rfd); in p9_fd_open()1089 client->trans_opts.fd.rfd = opts.rfd; in p9_fd_create()1092 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create()1097 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
Completed in 5 milliseconds