函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fsverity_init

函数原型:static int __init fsverity_init(void)

返回类型:int

参数:

38  fsverity_check_hash_algs()
40  err等于fsverity_init_info_cache()
41  如果err则返回:err
44  err等于verify.c
45  如果err则转到:err_exit_info_cache
48  err等于fsverity_init_signature()
49  如果err则转到:err_exit_workqueue
52  pr_debug("Initialized fs-verity\n")
53  返回:0
55  err_exit_workqueue :
56  fsverity_exit_workqueue()
57  err_exit_info_cache :
58  fsverity_exit_info_cache()
59  返回:err