Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dfile.c1890 struct cifsFileInfo *open_file, *inv_file = NULL; in cifs_get_writable_file() local
1935 if (!inv_file) in cifs_get_writable_file()
1936 inv_file = open_file; in cifs_get_writable_file()
1946 if (inv_file) { in cifs_get_writable_file()
1948 cifsFileInfo_get(inv_file); in cifs_get_writable_file()
1953 if (inv_file) { in cifs_get_writable_file()
1954 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()
1956 *ret_file = inv_file; in cifs_get_writable_file()
1961 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
1963 cifsFileInfo_put(inv_file); in cifs_get_writable_file()
[all …]