table of contents
other versions
D_UNHASHED(9) | The Linux VFS | D_UNHASHED(9) |
NAME¶
d_unhashed - is dentry hashed
SYNOPSIS¶
int d_unhashed(const struct dentry * dentry);
ARGUMENTS¶
const struct dentry * dentry
entry to check
DESCRIPTION¶
Returns true if the dentry passed is not currently hashed.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |