Searched refs:inv_file (Results 1 – 1 of 1) sorted by relevance
2580 struct cifsFileInfo *open_file, *inv_file = NULL; in __cifs_get_writable_file() local2635 if (!inv_file) in __cifs_get_writable_file()2636 inv_file = open_file; in __cifs_get_writable_file()2646 if (inv_file) { in __cifs_get_writable_file()2648 cifsFileInfo_get(inv_file); in __cifs_get_writable_file()2653 if (inv_file) { in __cifs_get_writable_file()2654 rc = cifs_reopen_file(inv_file, false); in __cifs_get_writable_file()2656 *ret_file = inv_file; in __cifs_get_writable_file()2661 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in __cifs_get_writable_file()2663 cifsFileInfo_put(inv_file); in __cifs_get_writable_file()[all …]