__d_lookup
dentry = __d_lookup(parent, name);
extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
dentry = __d_lookup(parent, &nd->last);