Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:agging and untagging inodes with trees

Proto:static struct audit_chunk *find_chunk(struct node *p)

Type:struct audit_chunk

Parameter:

TypeParameterName
struct node *p
278  index = index; upper bit indicates 'will prune' & ~(1U << 31)
279  p -= index
280  Return container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(p, structaudit_chunk, owners[0])
Caller
NameDescribe
prune_tree_chunksRemove tree from chunks. If 'tagged' is set, remove tree only from tagged* chunks. The function expects tagged chunks are all at the beginning of the* chunks list.
audit_trim_trees