Searched refs:wrcfile (Results 1 – 1 of 1) sorted by relevance
3874 struct cifsFileInfo *wrcfile, *cfile = file->private_data; in smb3_llseek() local3899 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()3900 if (wrcfile) { in smb3_llseek()3902 smb2_flush_file(xid, tcon, &wrcfile->fid); in smb3_llseek()3903 cifsFileInfo_put(wrcfile); in smb3_llseek()