| Function report | 
| Source Code: block\bio-integrity.c | Create Date:2022-07-28 18:02:13 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:_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().
Proto:void bio_integrity_free(struct bio *bio)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct bio * | bio | 
| 92 | bip = bio_integrity(bio) | 
| 95 | If control flags & BIP_BLOCK_INTEGRITY Then kfree(page_address(bv_page) + bv_offset) | 
| 99 | If bs && mempool_initialized( & bio_integrity_pool) Then | 
| 103 | Else | 
| 107 | data integrity = NULL | 
| Name | Describe | 
|---|---|
| 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 | 
| 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 |