Searched refs:wfile (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/init/ |
A D | initramfs.c | 361 static __initdata struct file *wfile; variable 379 wfile = filp_open(collected, openflags, mode); in do_name() 380 if (IS_ERR(wfile)) in do_name() 385 vfs_fchown(wfile, uid, gid); in do_name() 386 vfs_fchmod(wfile, mode); in do_name() 388 vfs_truncate(&wfile->f_path, body_len); in do_name() 411 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() 414 do_utime_path(&wfile->f_path, mtime); in do_copy() 415 fput(wfile); in do_copy() 422 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
|
/linux-6.3-rc2/tools/testing/selftests/cpufreq/ |
A D | cpufreq.sh | 87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }') 89 if [ ! -z $wfile ]; then
|
/linux-6.3-rc2/fs/cifs/ |
A D | inode.c | 2893 struct cifsFileInfo *wfile; local 2941 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile); 2943 tcon = tlink_tcon(wfile->tlink); 2944 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid); 2945 cifsFileInfo_put(wfile);
|
Completed in 8 milliseconds