Searched refs:ncp_symlink (Results 1 – 3 of 3) sorted by relevance
87 int ncp_symlink(struct inode*, struct dentry*, const char*);
107 int ncp_symlink(struct inode *dir, struct dentry *dentry, const char *symname) { in ncp_symlink() function
44 extern int ncp_symlink(struct inode *, struct dentry *, const char *);46 #define ncp_symlink NULL macro65 .symlink = ncp_symlink,