__audit_inode(9)
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.