Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dfile.c2452 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2500 if (!inv_file) in cifs_get_writable_file()
2501 inv_file = open_file; in cifs_get_writable_file()
2511 if (inv_file) { in cifs_get_writable_file()
2513 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2518 if (inv_file) { in cifs_get_writable_file()
2519 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2521 *ret_file = inv_file; in cifs_get_writable_file()
2526 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2528 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]