The Linux Kernel API
Prev
Next
d_unhashed
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.
Prev
Home
Next
dget
Up
Inode Handling