Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\verity\init.c Create Date:2022-07-28 20:24:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fsverity_init

Proto:static int __init fsverity_init(void)

Type:int

Parameter:Nothing

38  fsverity_check_hash_algs()
40  err = fsverity_init_info_cache()
41  If err Then Return err
44  err = verify.c
45  If err Then Go to err_exit_info_cache
48  err = fsverity_init_signature()
49  If err Then Go to err_exit_workqueue
52  pr_debug("Initialized fs-verity\n")
53  Return 0
55  err_exit_workqueue :
56  fsverity_exit_workqueue()
57  err_exit_info_cache :
58  fsverity_exit_info_cache()
59  Return err