Searched refs:inv_file (Results 1 – 1 of 1) sorted by relevance
2606 struct cifsFileInfo *open_file, *inv_file = NULL; in __cifs_get_writable_file() local2665 if (!inv_file) in __cifs_get_writable_file()2666 inv_file = open_file; in __cifs_get_writable_file()2676 if (inv_file) { in __cifs_get_writable_file()2678 cifsFileInfo_get(inv_file); in __cifs_get_writable_file()2683 if (inv_file) { in __cifs_get_writable_file()2684 rc = cifs_reopen_file(inv_file, false); in __cifs_get_writable_file()2686 *ret_file = inv_file; in __cifs_get_writable_file()2691 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in __cifs_get_writable_file()2693 cifsFileInfo_put(inv_file); in __cifs_get_writable_file()[all …]