Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dfile.c1827 struct cifsFileInfo *open_file, *inv_file = NULL; in find_writable_file() local
1869 if (!inv_file) in find_writable_file()
1870 inv_file = open_file; in find_writable_file()
1880 if (inv_file) { in find_writable_file()
1882 cifsFileInfo_get(inv_file); in find_writable_file()
1887 if (inv_file) { in find_writable_file()
1888 rc = cifs_reopen_file(inv_file, false); in find_writable_file()
1890 return inv_file; in find_writable_file()
1893 list_move_tail(&inv_file->flist, in find_writable_file()
1896 cifsFileInfo_put(inv_file); in find_writable_file()
[all …]