Searched refs:wrcfile (Results 1 – 1 of 1) sorted by relevance
4160 struct cifsFileInfo *wrcfile, *cfile = file->private_data; in smb3_llseek() local4185 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()4186 if (wrcfile) { in smb3_llseek()4188 smb2_flush_file(xid, tcon, &wrcfile->fid); in smb3_llseek()4189 cifsFileInfo_put(wrcfile); in smb3_llseek()