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.c257 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_ANY, &req->cfile); in cifs_begin_writeback()
968 rc = cifs_get_writable_file(CIFS_I(inode), FIND_ANY, &cfile); in cifs_file_flush()
2709 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file()
2726 return cifs_get_writable_file(CIFS_I(inode), flags, ret_file); in cifs_get_writable_path()
2744 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
H A Dcifsproto.h598 static inline int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, in cifs_get_writable_file() function