Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsfs.h71 extern int cifs_unlink(struct inode *dir, struct dentry *dentry);
Dinode.c1327 int cifs_unlink(struct inode *dir, struct dentry *dentry) function
1867 tmprc = cifs_unlink(target_dir, target_dentry);
Dcifsfs.c952 .unlink = cifs_unlink,