1DGET_DLOCK(9)                    The Linux VFS                   DGET_DLOCK(9)
2
3
4

NAME

6       dget_dlock - get a reference to a dentry
7

SYNOPSIS

9       struct dentry * dget_dlock(struct dentry * dentry);
10

ARGUMENTS

12       dentry
13           dentry to get a reference to
14

DESCRIPTION

16       Given a dentry or NULL pointer increment the reference count if
17       appropriate and return the dentry. A dentry will not be destroyed when
18       it has references.
19
21Kernel Hackers Manual 3.10         June 2019                     DGET_DLOCK(9)
Impressum