Searched refs:find_writable_file (Results 1 – 4 of 4) sorted by relevance
1056 struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *cifs_inode, in find_writable_file() function1161 open_file = find_writable_file(CIFS_I(mapping->host), false); in cifs_partialpagewrite()1224 open_file = find_writable_file(CIFS_I(mapping->host), false); in cifs_writepages()1337 open_file = find_writable_file(CIFS_I(mapping->host), in cifs_writepages()
90 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, bool);
985 open_file = find_writable_file(cifsInode, true);1845 open_file = find_writable_file(cifsInode, true);2008 open_file = find_writable_file(cifsInode, true);
174 that mount. Fix hang on spinlock in find_writable_file (race when