Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ncpfs/
Ddir.c34 static struct dentry *ncp_lookup(struct inode *, struct dentry *, unsigned int);
62 .lookup = ncp_lookup,
830 static struct dentry *ncp_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in ncp_lookup() function