Get a reference to a dentry
struct dentry * dget_dlock(struct dentry * dentry);
dentry
dentry to get a reference to
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.