Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfile.c2486 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2534 if (!inv_file) in cifs_get_writable_file()
2535 inv_file = open_file; in cifs_get_writable_file()
2545 if (inv_file) { in cifs_get_writable_file()
2547 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2552 if (inv_file) { in cifs_get_writable_file()
2553 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2555 *ret_file = inv_file; in cifs_get_writable_file()
2560 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2562 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]