Searched refs:ncp_symlink (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dsymlink.c108 int ncp_symlink(struct inode *dir, struct dentry *dentry, const char *symname) { function
117 DPRINTK("ncp_symlink(dir=%p,dentry=%p,symname=%s)\n",dir,dentry,symname);
H A Ddir.c45 extern int ncp_symlink(struct inode *, struct dentry *, const char *);
47 #define ncp_symlink NULL macro
66 .symlink = ncp_symlink,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp_fs.h230 int ncp_symlink(struct inode*, struct dentry*, const char*);

Completed in 90 milliseconds