Function report |
Source Code:block\badblocks.c |
Create Date:2022-07-28 17:24:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adblocks_exit() - free the badblocks structure*@bb: the badblocks structure that holds all badblock information
Proto:void badblocks_exit(struct badblocks *bb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct badblocks * | bb |
595 | If Not bb Then Return |
597 | If set by devm_init_badblocks Then devm_kfree( set by devm_init_badblocks , badblock list ) |
599 | Else kfree( badblock list ) |
601 | badblock list = NULL |
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 |