Name
__audit_inode —
store the inode and device from a lookup
Synopsis
void __audit_inode (
const char * name, const struct dentry * dentry)
;
Arguments
name
name being audited
dentry
dentry being audited
Description
Called from fs/namei.c:path_lookup
.