Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsfs.h71 extern int cifs_unlink(struct inode *dir, struct dentry *dentry);
Dinode.c1602 int cifs_unlink(struct inode *dir, struct dentry *dentry) function
2158 tmprc = cifs_unlink(target_dir, target_dentry);
Dcifsfs.c1050 .unlink = cifs_unlink,