函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\verity\open.c Create Date:2022-07-29 10:58:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fsverity_free_info

函数原型:void fsverity_free_info(struct fsverity_info *vi)

返回类型:void

参数:

类型参数名称
struct fsverity_info *vi
232  如果非vi则返回
234  释放内存
235  kmem_cache_free(fsverity_info_cachep, vi)
调用者
名称描述
enable_verity
fsverity_create_infoValidate the given fsverity_descriptor and create a new fsverity_info from* it. The signature (if present) is also checked.
fsverity_set_info
fsverity_cleanup_inodesverity_cleanup_inode() - free the inode's verity info, if present* Filesystems must call this on inode eviction to free ->i_verity_info.