Searched refs:wfile (Results 1 – 2 of 2) sorted by relevance
87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')89 if [ ! -z $wfile ]; then
2423 struct cifsFileInfo *wfile; local2472 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);