Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dfile.c1056 struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *cifs_inode, in find_writable_file() function
1161 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()
Dcifsproto.h90 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, bool);
Dinode.c985 open_file = find_writable_file(cifsInode, true);
1845 open_file = find_writable_file(cifsInode, true);
2008 open_file = find_writable_file(cifsInode, true);
DCHANGES174 that mount. Fix hang on spinlock in find_writable_file (race when