Lines Matching refs:inv_file
2247 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2295 if (!inv_file) in cifs_get_writable_file()
2296 inv_file = open_file; in cifs_get_writable_file()
2306 if (inv_file) { in cifs_get_writable_file()
2308 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2313 if (inv_file) { in cifs_get_writable_file()
2314 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2316 *ret_file = inv_file; in cifs_get_writable_file()
2321 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2323 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
2325 inv_file = NULL; in cifs_get_writable_file()