Searched refs:cifs_reopen_file (Results 1 – 1 of 1) sorted by relevance
40 static int cifs_reopen_file(struct cifsFileInfo *cfile, bool can_flush);72 rc = cifs_reopen_file(open_file, false); in cifs_prepare_write() 227 rc = cifs_reopen_file(req->cfile, true); in cifs_issue_read() 1230 cifs_reopen_file(struct cifsFileInfo *cfile, bool can_flush)1512 if (cifs_reopen_file(open_file, false /* do not flush */)) in cifs_reopen_persistent_handles() 2667 rc = cifs_reopen_file(inv_file, false); in __cifs_get_writable_file() 1231 cifs_reopen_file(struct cifsFileInfo *cfile, bool can_flush) cifs_reopen_file() function