Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dfile.c242 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback()
2449 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function
2544 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file()
2576 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
Dcifsproto.h154 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
Dinode.c3106 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);