Lines Matching refs:rfd
42 * @rfd: file descriptor for reading (trans=fd)
49 int rfd;
748 if (clnt->trans_opts.fd.rfd != ~0)
749 seq_printf(m, ",rfd=%u", clnt->trans_opts.fd.rfd);
772 opts->rfd = ~0;
806 opts->rfd = option;
823 static int p9_fd_open(struct p9_client *client, int rfd, int wfd)
830 ts->rd = fget(rfd);
1091 client->trans_opts.fd.rfd = opts.rfd;
1094 if (opts.rfd == ~0 || opts.wfd == ~0) {
1099 err = p9_fd_open(client, opts.rfd, opts.wfd);