Function report |
Source Code:block\blk-integrity.c |
Create Date:2022-07-28 18:03:24 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lk_integrity_unregister - Unregister block integrity profile*@disk: disk whose integrity profile to unregister* Description: This function unregisters the integrity capability from* a block device.
Proto:void blk_integrity_unregister(struct gendisk *disk)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct gendisk * | disk |
| 424 | capabilities &= ~BDI_CAP_STABLE_WRITES |
| 425 | memset( & integrity, 0, sizeof(structblk_integrity)) |
| 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 |