Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c245 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback()
2455 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function
2550 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file()
2582 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
H A Dcifsproto.h154 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
H A Dinode.c3231 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);