Function report |
Source Code:kernel\audit.h |
Create Date:2022-07-28 11:22:08 |
Last Modify:2020-03-17 16:53:25 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_hash_ino
Proto:static inline int audit_hash_ino(unsigned int ino)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | ino |
210 | Return ino & AUDIT_INODE_BUCKETS - 1 |
Name | Describe |
---|---|
audit_find_rule | Find an existing audit rule.* Caller must hold audit_filter_mutex to prevent stale rule data. |
audit_filter_inode_name | Given an audit_name check the inode hash table to see if they match.* Called holding the rcu read lock to protect the use of audit_inode_hash |
audit_update_watch | Update inode info in audit rules based on filesystem event. |
audit_add_watch | Find a matching watch entry, or add this one.* Caller must hold audit_filter_mutex. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |