| 函数逻辑报告 | 
| Source Code: block\bio-integrity.c | Create Date:2022-07-27 19:37:45 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:_integrity_free - Free bio integrity payload*@bio: bio containing bip to be freed* Description: Used to free the integrity portion of a bio. Usually* called from bio_free().
函数原型:void bio_integrity_free(struct bio *bio)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct bio * | bio | 
| 92 | bip等于bio_integrity(bio) | 
| 95 | 如果control flags 按位与BIP_BLOCK_INTEGRITY则释放内存 | 
| 99 | 如果bs且mempool_initialized( & bio_integrity_pool)则 | 
| 103 | 否则 | 
| 104 | 释放内存 | 
| 107 | data integrity = NULL | 
| 名称 | 描述 | 
|---|---|
| bio_integrity_verify_fn | _integrity_verify_fn - Integrity I/O completion worker*@work: Work struct stored in bio to be verified* Description: This workqueue function is called to complete a READ* request. The function verifies the transferred integrity metadata | 
| __bio_integrity_endio | __bio_integrity_endio - Integrity I/O completion function*@bio: Protected bio* Description: Completion for integrity I/O* Normally I/O completion is done in interrupt context. However,* verifying I/O integrity is a time-consuming task which must be run | 
| bio_uninit | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |