Lines Matching refs:inv_file
1890 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
1935 if (!inv_file) in cifs_get_writable_file()
1936 inv_file = open_file; in cifs_get_writable_file()
1946 if (inv_file) { in cifs_get_writable_file()
1948 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
1953 if (inv_file) { in cifs_get_writable_file()
1954 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
1956 *ret_file = inv_file; in cifs_get_writable_file()
1961 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
1963 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
1965 inv_file = NULL; in cifs_get_writable_file()