Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dfile.c2251 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2299 if (!inv_file) in cifs_get_writable_file()
2300 inv_file = open_file; in cifs_get_writable_file()
2310 if (inv_file) { in cifs_get_writable_file()
2312 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2317 if (inv_file) { in cifs_get_writable_file()
2318 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2320 *ret_file = inv_file; in cifs_get_writable_file()
2325 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2327 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]