Lines Matching refs:nd
171 static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd) in autofs4_follow_link() argument
181 nd->flags); in autofs4_follow_link()
193 if (!follow_down(&nd->path.mnt, &nd->path.dentry)) in autofs4_follow_link()
205 lookup_type = nd->flags & (TRIGGER_FLAGS | TRIGGER_INTENTS); in autofs4_follow_link()
233 if (!autofs4_follow_mount(&nd->path.mnt, in autofs4_follow_link()
234 &nd->path.dentry)) { in autofs4_follow_link()
244 path_put(&nd->path); in autofs4_follow_link()
254 static int autofs4_revalidate(struct dentry *dentry, struct nameidata *nd) in autofs4_revalidate() argument
259 int flags = nd ? nd->flags : 0; in autofs4_revalidate()
468 static struct dentry *autofs4_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in autofs4_lookup() argument
546 (dentry->d_op->d_revalidate)(dentry, nd); in autofs4_lookup()