Lines Matching refs:inv_file
2452 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2500 if (!inv_file) in cifs_get_writable_file()
2501 inv_file = open_file; in cifs_get_writable_file()
2511 if (inv_file) { in cifs_get_writable_file()
2513 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2518 if (inv_file) { in cifs_get_writable_file()
2519 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2521 *ret_file = inv_file; in cifs_get_writable_file()
2526 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2528 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
2530 inv_file = NULL; in cifs_get_writable_file()