Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c2580 struct cifsFileInfo *open_file, *inv_file = NULL; in __cifs_get_writable_file() local
2635 if (!inv_file) in __cifs_get_writable_file()
2636 inv_file = open_file; in __cifs_get_writable_file()
2646 if (inv_file) { in __cifs_get_writable_file()
2648 cifsFileInfo_get(inv_file); in __cifs_get_writable_file()
2653 if (inv_file) { in __cifs_get_writable_file()
2654 rc = cifs_reopen_file(inv_file, false); in __cifs_get_writable_file()
2656 *ret_file = inv_file; in __cifs_get_writable_file()
2661 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in __cifs_get_writable_file()
2663 cifsFileInfo_put(inv_file); in __cifs_get_writable_file()
[all …]