Searched refs:inv_file (Results 1 – 1 of 1) sorted by relevance
2666 struct cifsFileInfo *open_file, *inv_file = NULL; in __cifs_get_writable_file() local2725 if (!inv_file) in __cifs_get_writable_file()2726 inv_file = open_file; in __cifs_get_writable_file()2736 if (inv_file) { in __cifs_get_writable_file()2738 cifsFileInfo_get(inv_file); in __cifs_get_writable_file()2743 if (inv_file) { in __cifs_get_writable_file()2744 rc = cifs_reopen_file(inv_file, false); in __cifs_get_writable_file()2746 *ret_file = inv_file; in __cifs_get_writable_file()2751 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in __cifs_get_writable_file()2753 cifsFileInfo_put(inv_file); in __cifs_get_writable_file()[all …]