Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c1965 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
2013 if (!inv_file) in cifs_get_writable_file()
2014 inv_file = open_file; in cifs_get_writable_file()
2024 if (inv_file) { in cifs_get_writable_file()
2026 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
2031 if (inv_file) { in cifs_get_writable_file()
2032 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
2034 *ret_file = inv_file; in cifs_get_writable_file()
2039 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2041 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]