Query: dget_dlock
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DGET_DLOCK(9) The Linux VFS DGET_DLOCK(9)NAMEdget_dlock - get a reference to a dentrySYNOPSISstruct dentry * dget_dlock(struct dentry * dentry);ARGUMENTSdentry dentry to get a reference toDESCRIPTIONGiven 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DGET_DLOCK(9)