Function report |
Source Code:block\bio-integrity.c |
Create Date:2022-07-28 18:02:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__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
Proto:bool __bio_integrity_endio(struct bio *bio)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio |
350 | bi = blk_get_integrity(bi_disk) |
351 | bip = bio_integrity(bio) |
353 | If bio_op(bio) == REQ_OP_READ && Not bi_status && control flags & BIP_BLOCK_INTEGRITY && verify_fn Then |
357 | Return false |
361 | Return true |
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 |