other versions
__AUDIT_INODE(9) | Audit Interfaces | __AUDIT_INODE(9) |
NAME¶
__audit_inode - store the inode and device from a lookup
SYNOPSIS¶
void __audit_inode(struct filename * name, const struct dentry * dentry, unsigned int flags);
ARGUMENTS¶
struct filename * name
name being audited
const struct dentry * dentry
dentry being audited
unsigned int flags
attributes for this particular entry
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |