Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dfile.c1961 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()
[all …]