Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c258 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_ANY, &req->cfile); in cifs_begin_writeback()
982 rc = cifs_get_writable_file(CIFS_I(inode), FIND_ANY, &cfile); in cifs_file_flush()
2794 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file()
2811 return cifs_get_writable_file(CIFS_I(inode), flags, ret_file); in cifs_get_writable_path()
2829 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
H A Dcifsproto.h599 static inline int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, in cifs_get_writable_file() function