Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const struct inode * | inode |
208 | Return fsverity_get_info(inode) != NULL |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |