Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/cpufreq/
Dcpufreq.sh87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')
89 if [ ! -z $wfile ]; then
/Linux-v5.4/fs/cifs/
Dinode.c2423 struct cifsFileInfo *wfile; local
2472 rc = cifs_get_writable_file(cifsInode, false, &wfile);
2474 tcon = tlink_tcon(wfile->tlink);
2475 rc = tcon->ses->server->ops->flush(xid, tcon, &wfile->fid);
2476 cifsFileInfo_put(wfile);