Function report |
Source Code:block\badblocks.c |
Create Date:2022-07-28 17:24:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adblocks_store() - sysfs access to bad-blocks list*@bb: the badblocks structure that holds all badblock information*@page: buffer received from sysfs*@len: length of data received from sysfs*@unack: weather to show unacknowledged badblocks* Return:
Proto:ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len, int unack)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct badblocks * | bb | |
const char * | page | |
size_t | len | |
int | unack |
533 | Default |
534 | Return -EINVAL |
537 | If adblocks_set() - Add a range of bad blocks to the table Then Return -ENOSPC |
539 | Else Return len |
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 |