Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h71 extern int cifs_unlink(struct inode *dir, struct dentry *dentry);
H A Dinode.c1604 int cifs_unlink(struct inode *dir, struct dentry *dentry) function
2160 tmprc = cifs_unlink(target_dir, target_dentry);
H A Dcifsfs.c1051 .unlink = cifs_unlink,