d_unhashed (9) - Linux Manuals
d_unhashed: is dentry hashed
Command to display d_unhashed
manual in Linux: $ man 9 d_unhashed
NAME
d_unhashed - is dentry hashed
SYNOPSIS
-
int d_unhashed(const struct dentry * dentry);
ARGUMENTS
dentry
-
- entry to check
DESCRIPTION
Returns true if the dentry passed is not currently hashed.
COPYRIGHT
Pages related to d_unhashed