Searched refs:wfd (Results 1 – 6 of 6) sorted by relevance
| /linux/net/9p/ |
| H A D | trans_fd.c | 714 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 715 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 720 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 741 ts->wr = fget(wfd); in p9_fd_open() 980 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 982 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 987 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
| /linux/include/net/9p/ |
| H A D | client.h | 120 int wfd; member 159 int wfd; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 1671 fd_set wfd; in wait_for_connect() local 1675 FD_ZERO(&wfd); in wait_for_connect() 1676 FD_SET(sd, &wfd); in wait_for_connect() 1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 338 ctx->fd_opts.wfd = ~0; in v9fs_init_fs_context()
|
| H A D | v9fs.c | 373 fd_opts->wfd = result.uint_32; in v9fs_parse_param()
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynosautov920.dtsi | 1462 "wfd";
|