Home
last modified time | relevance | path

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

/fs/cifs/
Dfile.c1812 struct cifsFileInfo *open_file, *inv_file = NULL; in find_writable_file() local
1854 if (!inv_file) in find_writable_file()
1855 inv_file = open_file; in find_writable_file()
1865 if (inv_file) { in find_writable_file()
1867 cifsFileInfo_get(inv_file); in find_writable_file()
1872 if (inv_file) { in find_writable_file()
1873 rc = cifs_reopen_file(inv_file, false); in find_writable_file()
1875 return inv_file; in find_writable_file()
1878 list_move_tail(&inv_file->flist, in find_writable_file()
1881 cifsFileInfo_put(inv_file); in find_writable_file()
[all …]