d_unhashed(9)
NAME
d_unhashed - is dentry hashed
SYNOPSIS
int d_unhashed(struct dentry * dentry);
ARGUMENTS
- dentry
- entry to check
DESCRIPTION
Returns true if the dentry passed is not currently hashed.
d_unhashed - is dentry hashed
int d_unhashed(struct dentry * dentry);
Returns true if the dentry passed is not currently hashed.