Searched refs:wfd (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/init/ |
D | initramfs.c | 316 static __initdata int wfd; variable 333 wfd = ksys_open(collected, openflags, mode); in do_name() 335 if (wfd >= 0) { in do_name() 336 ksys_fchown(wfd, uid, gid); in do_name() 337 ksys_fchmod(wfd, mode); in do_name() 339 ksys_ftruncate(wfd, body_len); in do_name() 364 if (xwrite(wfd, victim, body_len) != body_len) in do_copy() 366 ksys_close(wfd); in do_copy() 373 if (xwrite(wfd, victim, byte_count) != byte_count) in do_copy()
|
/Linux-v4.19/net/9p/ |
D | trans_fd.c | 68 int wfd; member 726 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 727 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 749 opts->wfd = ~0; in parse_opts() 785 opts->wfd = option; in parse_opts() 799 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 807 ts->wr = fget(wfd); in p9_fd_open() 1037 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 1039 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 1044 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
/Linux-v4.19/include/net/9p/ |
D | client.h | 163 int wfd; member
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/ |
D | venc_h264_if.c | 94 u32 wfd; member 620 inst->vsi->config.wfd = 0; in h264_enc_set_param()
|