Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:27:58
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__audit_reusename - fill out filename with info from existing entry*@uptr: userland ptr to pathname* Search the audit_names list for the current audit context. If there is an* existing entry with a matching "uptr" then return the filename

Proto:struct filename *__audit_reusename(const __user char *uptr)

Type:struct filename

Parameter:

TypeParameterName
const __user char *uptr
1854  context = audit_context()
1858  If Not name Then Continue
1860  If original userland pointer == uptr Then
1861  refcnt++
1862  Return name
1865  Return NULL