Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dfile.c1892 struct cifsFileInfo *open_file, *inv_file = NULL; in find_writable_file() local
1932 if (!inv_file) in find_writable_file()
1933 inv_file = open_file; in find_writable_file()
1943 if (inv_file) { in find_writable_file()
1945 cifsFileInfo_get(inv_file); in find_writable_file()
1950 if (inv_file) { in find_writable_file()
1951 rc = cifs_reopen_file(inv_file, false); in find_writable_file()
1953 return inv_file; in find_writable_file()
1956 list_move_tail(&inv_file->flist, in find_writable_file()
1959 cifsFileInfo_put(inv_file); in find_writable_file()
[all …]