d_unhashed (9) Linux Manual Page
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.
d_unhashed – is dentry hashed
int d_unhashed(const struct dentry *dentry);
dentry
Returns true if the dentry passed is not currently hashed.