Function report |
Source Code:fs\verity\open.c |
Create Date:2022-07-28 20:24:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fsverity_set_info
Proto:void fsverity_set_info(struct inode *inode, struct fsverity_info *vi)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
struct fsverity_info * | vi |
226 | If (cmpxchg( & i_verity_info, NULL, vi) != NULL) Then fsverity_free_info(vi) |
Name | Describe |
---|---|
ensure_verity_info | Ensure the inode has an ->i_verity_info |
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 |