Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dfile.c1546 struct cifsFileInfo *open_file, *inv_file = NULL; in find_writable_file() local
1586 if (!inv_file) in find_writable_file()
1587 inv_file = open_file; in find_writable_file()
1597 if (inv_file) { in find_writable_file()
1599 cifsFileInfo_get(inv_file); in find_writable_file()
1604 if (inv_file) { in find_writable_file()
1605 rc = cifs_reopen_file(inv_file, false); in find_writable_file()
1607 return inv_file; in find_writable_file()
1610 list_move_tail(&inv_file->flist, in find_writable_file()
1613 cifsFileInfo_put(inv_file); in find_writable_file()