Function report |
Source Code:block\badblocks.c |
Create Date:2022-07-28 17:24:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adblocks_init() - initialize the badblocks structure*@bb: the badblocks structure that holds all badblock information*@enable: weather to enable badblocks accounting* Return:* 0: success* -ve errno: on error
Proto:int badblocks_init(struct badblocks *bb, int enable)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct badblocks * | bb | |
int | enable |
577 | Return __badblocks_init(NULL, bb, enable) |
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 |