Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:audit_hash_ino

Proto:static inline int audit_hash_ino(unsigned int ino)

Type:int

Parameter:

TypeParameterName
unsigned intino
210  Return ino & AUDIT_INODE_BUCKETS - 1
Caller
NameDescribe
audit_find_ruleFind an existing audit rule.* Caller must hold audit_filter_mutex to prevent stale rule data.
audit_filter_inode_nameGiven 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_watchUpdate inode info in audit rules based on filesystem event.
audit_add_watchFind a matching watch entry, or add this one.* Caller must hold audit_filter_mutex.