Home
last modified time | relevance | path

Searched refs:wfile (Results 1 – 5 of 5) sorted by relevance

/linux/init/
A Dinitramfs.c334 static __initdata struct file *wfile; variable
352 wfile = filp_open(collected, openflags, mode); in do_name()
353 if (IS_ERR(wfile)) in do_name()
357 vfs_fchown(wfile, uid, gid); in do_name()
358 vfs_fchmod(wfile, mode); in do_name()
360 vfs_truncate(&wfile->f_path, body_len); in do_name()
384 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
389 vfs_utimes(&wfile->f_path, t); in do_copy()
391 fput(wfile); in do_copy()
396 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
/linux/tools/testing/selftests/cpufreq/
A Dcpufreq.sh87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')
89 if [ ! -z $wfile ]; then
/linux/fs/cifs/
A Dinode.c2804 struct cifsFileInfo *wfile; local
2852 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
2854 tcon = tlink_tcon(wfile->tlink);
2855 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2856 cifsFileInfo_put(wfile);
/linux/
A DSystem.map125774 ffff800011831338 d wfile
A D.tmp_System.map125774 ffff800011831338 d wfile

Completed in 1011 milliseconds