1DGET_DLOCK(9) The Linux VFS DGET_DLOCK(9)
23
4
NAME
6dget_dlock - get a reference to a dentry
7
SYNOPSIS
9struct dentry * dget_dlock(struct dentry * dentry);
10
ARGUMENTS
12dentry
13dentry to get a reference to
14
DESCRIPTION
16Given a dentry or NULL pointer increment the reference count if
17appropriate and return the dentry. A dentry will not be destroyed when
18it has references.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 DGET_DLOCK(9)