Lines Matching refs:inv_file
1965 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2013 if (!inv_file) in cifs_get_writable_file()
2014 inv_file = open_file; in cifs_get_writable_file()
2024 if (inv_file) { in cifs_get_writable_file()
2026 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2031 if (inv_file) { in cifs_get_writable_file()
2032 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2034 *ret_file = inv_file; in cifs_get_writable_file()
2039 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2041 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
2043 inv_file = NULL; in cifs_get_writable_file()