table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
DGET_DLOCK(9) | The Linux VFS | DGET_DLOCK(9) |
NAME¶
dget_dlock - get a reference to a dentrySYNOPSIS¶
struct dentry *
dget_dlock(struct dentry * dentry);
ARGUMENTS¶
dentrydentry to get a reference to
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.COPYRIGHT¶
May 2018 | Kernel Hackers Manual 4.9. |