Lines Matching refs:rfd
45 * @rfd: file descriptor for reading (trans=fd)
52 int rfd;
739 if (clnt->trans_opts.fd.rfd != ~0)
740 seq_printf(m, ",rfd=%u", clnt->trans_opts.fd.rfd);
763 opts->rfd = ~0;
797 opts->rfd = option;
814 static int p9_fd_open(struct p9_client *client, int rfd, int wfd)
821 ts->rd = fget(rfd);
1079 client->trans_opts.fd.rfd = opts.rfd;
1082 if (opts.rfd == ~0 || opts.wfd == ~0) {
1087 err = p9_fd_open(client, opts.rfd, opts.wfd);