Searched refs:wfile (Results 1 – 1 of 1) sorted by relevance
| /linux/init/ |
| H A D | initramfs.c | 358 static __initdata struct file *wfile; variable 385 wfile = filp_open(collected, openflags, mode); in do_name() 386 if (IS_ERR(wfile)) in do_name() 391 vfs_fchown(wfile, uid, gid); in do_name() 392 vfs_fchmod(wfile, mode); in do_name() 394 vfs_truncate(&wfile->f_path, body_len); in do_name() 417 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() 420 do_utime_path(&wfile->f_path, mtime); in do_copy() 421 fput(wfile); in do_copy() 428 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
|