1. NAME

dget_dlock - get a reference to a dentry

2. SYNOPSIS

struct dentry * dget_dlock(struct dentry *  dentry );

3. ARGUMENTS

dentry
    dentry to get a reference to

4. DESCRIPTION

Given a dentry or NULL pointer increment the reference count if appropriate and return the dentry. A dentry will not be destroyed when it has references.

5. COPYRIGHT