Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit_tree.c Create Date:2022-07-28 11:30:11
Last Modify:2022-05-22 16:43:11 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alled under rcu_read_lock

Proto:struct audit_chunk *audit_tree_lookup(const struct inode *inode)

Type:struct audit_chunk

Parameter:

TypeParameterName
const struct inode *inode
248  key = Function to return search key in our hash from inode.
249  list = chunk_hash(key)
257  If READ_ONCE(key) == key Then
258  atomic_long_inc( & refs)
259  Return p
262  Return NULL
Caller
NameDescribe
handle_one
handle_path