Home
last modified time | relevance | path

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

/linux-4.1.27/fs/autofs4/
Droot.c35 static struct dentry *autofs4_lookup(struct inode *,struct dentry *, unsigned int);
61 .lookup = autofs4_lookup,
497 static struct dentry *autofs4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in autofs4_lookup() function