1. NAME

d_hash_and_lookup - hash the qstr then search for a dentry

2. SYNOPSIS

struct dentry * d_hash_and_lookup(struct dentry *  dir , struct qstr *  name );

3. ARGUMENTS

dir
    Directory to search in

name
    qstr of name we wish to find

4. DESCRIPTION

On lookup failure NULL is returned; on bad name - ERR_PTR(-error)

5. COPYRIGHT