1. NAME

__audit_inode - store the inode and device from a lookup

2. SYNOPSIS

void __audit_inode(struct filename *  name , const struct dentry *  dentry , unsigned int  parent );

3. ARGUMENTS

name
    name being audited

dentry
    dentry being audited

parent
    does this dentry represent the parent?

4. COPYRIGHT