Lines Matching refs:inv_file
1961 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2009 if (!inv_file) in cifs_get_writable_file()
2010 inv_file = open_file; in cifs_get_writable_file()
2020 if (inv_file) { in cifs_get_writable_file()
2022 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2027 if (inv_file) { in cifs_get_writable_file()
2028 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2030 *ret_file = inv_file; in cifs_get_writable_file()
2035 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2037 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
2039 inv_file = NULL; in cifs_get_writable_file()