Searched refs:wrcfile (Results 1 – 1 of 1) sorted by relevance
3891 struct cifsFileInfo *wrcfile, *cfile = file->private_data; in smb3_llseek() local3916 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()3917 if (wrcfile) { in smb3_llseek()3919 smb2_flush_file(xid, tcon, &wrcfile->fid); in smb3_llseek()3920 cifsFileInfo_put(wrcfile); in smb3_llseek()