Scroll to navigation

D_REAL_INODE(9) The Linux VFS D_REAL_INODE(9)

NAME

d_real_inode - Return the real inode

SYNOPSIS

struct inode * d_real_inode(const struct dentry * dentry);

ARGUMENTS

const struct dentry * dentry

The dentry to query

DESCRIPTION

If dentry is on a union/overlay, then return the underlying, real inode. Otherwise return d_inode.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11