Home
last modified time | relevance | path

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

/fs/ncpfs/
Dncp_fs.h87 int ncp_symlink(struct inode*, struct dentry*, const char*);
Dsymlink.c107 int ncp_symlink(struct inode *dir, struct dentry *dentry, const char *symname) { in ncp_symlink() function
Ddir.c44 extern int ncp_symlink(struct inode *, struct dentry *, const char *);
46 #define ncp_symlink NULL macro
65 .symlink = ncp_symlink,