Lines Matching defs:wfile
338 static __initdata struct file *wfile;
357 wfile = filp_open(collected, openflags, mode);
358 if (IS_ERR(wfile)) {
363 vfs_fchown(wfile, uid, gid);
364 vfs_fchmod(wfile, mode);
366 vfs_truncate(&wfile->f_path, body_len);
390 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) {
396 vfs_utimes(&wfile->f_path, t);
398 fput(wfile);
403 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) {