Searched refs:cifs_rmdir (Results 1 – 3 of 3) sorted by relevance
64 extern int cifs_rmdir(struct inode *, struct dentry *);
2118 int cifs_rmdir(struct inode *inode, struct dentry *direntry) function2383 tmprc = cifs_rmdir(target_dir, target_dentry);
1147 .rmdir = cifs_rmdir,