Home
last modified time | relevance | path

Searched refs:inv_file (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/cifs/
Dfile.c2118 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2166 if (!inv_file) in cifs_get_writable_file()
2167 inv_file = open_file; in cifs_get_writable_file()
2177 if (inv_file) { in cifs_get_writable_file()
2179 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2184 if (inv_file) { in cifs_get_writable_file()
2185 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2187 *ret_file = inv_file; in cifs_get_writable_file()
2192 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2194 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]