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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dsymlink.c107 int ncp_symlink(struct inode *dir, struct dentry *dentry, const char *symname) { function
116 DPRINTK("ncp_symlink(dir=%p,dentry=%p,symname=%s)\n",dir,dentry,symname);
H A Ddir.c46 extern int ncp_symlink(struct inode *, struct dentry *, const char *);
48 #define ncp_symlink NULL macro
66 .symlink = ncp_symlink,
H A Dinode.c104 extern int ncp_symlink(struct inode*, struct dentry*, const char*);

Completed in 165 milliseconds