Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/init/
H A Dinitramfs.c322 static __initdata struct file *wfile; variable
340 wfile = filp_open(collected, openflags, mode); in do_name()
341 if (IS_ERR(wfile)) in do_name()
345 vfs_fchown(wfile, uid, gid); in do_name()
346 vfs_fchmod(wfile, mode); in do_name()
348 vfs_truncate(&wfile->f_path, body_len); in do_name()
372 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
377 vfs_utimes(&wfile->f_path, t); in do_copy()
379 fput(wfile); in do_copy()
384 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')
89 if [ ! -z $wfile ]; then
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py49 self.wfile.write(bytes(response, 'utf-8'))
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2747 struct cifsFileInfo *wfile; local
2797 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
2799 tcon = tlink_tcon(wfile->tlink);
2800 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2801 cifsFileInfo_put(wfile);