Home
last modified time | relevance | path

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

/Linux-v5.10/init/
Dinitramfs.c321 static __initdata struct file *wfile; variable
339 wfile = filp_open(collected, openflags, mode); in do_name()
340 if (IS_ERR(wfile)) in do_name()
344 vfs_fchown(wfile, uid, gid); in do_name()
345 vfs_fchmod(wfile, mode); in do_name()
347 vfs_truncate(&wfile->f_path, body_len); in do_name()
371 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
376 vfs_utimes(&wfile->f_path, t); in do_copy()
378 fput(wfile); in do_copy()
383 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
/Linux-v5.10/tools/testing/selftests/cpufreq/
Dcpufreq.sh87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')
89 if [ ! -z $wfile ]; then
/Linux-v5.10/fs/cifs/
Dinode.c2737 struct cifsFileInfo *wfile; local
2787 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
2789 tcon = tlink_tcon(wfile->tlink);
2790 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2791 cifsFileInfo_put(wfile);