Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dfile.c1755 struct cifsFileInfo *open_file, *inv_file = NULL; in find_writable_file() local
1795 if (!inv_file) in find_writable_file()
1796 inv_file = open_file; in find_writable_file()
1806 if (inv_file) { in find_writable_file()
1808 cifsFileInfo_get_locked(inv_file); in find_writable_file()
1813 if (inv_file) { in find_writable_file()
1814 rc = cifs_reopen_file(inv_file, false); in find_writable_file()
1816 return inv_file; in find_writable_file()
1819 list_move_tail(&inv_file->flist, in find_writable_file()
1822 cifsFileInfo_put(inv_file); in find_writable_file()
[all …]