函数逻辑报告 |
Source Code:block\bio-integrity.c |
Create Date:2022-07-27 19:38:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__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
函数原型:bool __bio_integrity_endio(struct bio *bio)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio |
350 | bi等于blk_get_integrity(bi_disk) |
351 | bip等于bio_integrity(bio) |
353 | 如果bio_op(bio)恒等于REQ_OP_READ且非bi_status且control flags 按位与BIP_BLOCK_INTEGRITY且verify_fn则 |
357 | 返回:false |
361 | 返回:true |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |