Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fsverity.h Create Date:2022-07-28 20:24:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sverity_active() - do reads from the inode need to go through fs-verity?* This checks whether ->i_verity_info has been set.* Filesystems call this from ->readpages() to check whether the pages need to* be verified or not

Proto:static inline bool fsverity_active(const struct inode *inode)

Type:bool

Parameter:

TypeParameterName
const struct inode *inode
208  Return fsverity_get_info(inode) != NULL