d_really_is_positive (9) Linux Manual Page
d_really_is_positive – Determine if a dentry is really positive (ignoring fallthroughs) Synopsis bool d_really_is_positive(const struct dentry * dentry); Arguments dentry The dentry in question Description Returns true if the dentry represents a name that maps to an inode (ie. ->d_inode is not NULL). The dentry might still represent a whiteout if that is represented on medium as…
