Searched refs:inv_file (Results 1 – 1 of 1) sorted by relevance
2118 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local2166 if (!inv_file) in cifs_get_writable_file()2167 inv_file = open_file; in cifs_get_writable_file()2177 if (inv_file) { in cifs_get_writable_file()2179 cifsFileInfo_get(inv_file); in cifs_get_writable_file()2184 if (inv_file) { in cifs_get_writable_file()2185 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()2187 *ret_file = inv_file; in cifs_get_writable_file()2192 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()2194 cifsFileInfo_put(inv_file); in cifs_get_writable_file()[all …]