Lines Matching defs:wfile
321 static __initdata struct file *wfile;
339 wfile = filp_open(collected, openflags, mode);
340 if (IS_ERR(wfile))
344 vfs_fchown(wfile, uid, gid);
345 vfs_fchmod(wfile, mode);
347 vfs_truncate(&wfile->f_path, body_len);
371 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len)
376 vfs_utimes(&wfile->f_path, t);
378 fput(wfile);
383 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count)