__AUDIT_INODE
Section: Audit Interfaces (9)
Updated: February 2011
Index
Return to Main Contents
 
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.
 
COPYRIGHT