函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit.h Create Date:2022-07-27 12:25:00
Last Modify:2020-03-17 16:53:25 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:audit_hash_ino

函数原型:static inline int audit_hash_ino(unsigned int ino)

返回类型:int

参数:

类型参数名称
unsigned intino
210  返回:ino按位与AUDIT_INODE_BUCKETS减1
调用者
名称描述
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.