Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\security.c Create Date:2022-07-28 18:39:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:security_file_free

Proto:void security_file_free(struct file *file)

Type:void

Parameter:

TypeParameterName
struct file *file
1398  Hook list operation macros.* call_void_hook:* This is a hook that does not return a value.* call_int_hook:* This is a hook that returns a value.(file_free_security, file)
1400  blob = f_security
1401  If blob Then
1402  f_security = NULL
1403  kmem_cache_free(lsm_file_cache, blob)
Caller
NameDescribe
security_file_alloc