Function report |
Source Code:init\do_mounts_md.c |
Create Date:2022-07-28 13:59:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:raid_setup
Proto:static int __init raid_setup(char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str |
250 | pos = 0 |
253 | comma = strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
259 | If Not strncmp(str, "noautodetect", wlen) Then raid_noautodetect = 1 |
261 | If Not strncmp(str, "autodetect", wlen) Then raid_noautodetect = 0 |
263 | If strncmp(str, "partitionable", wlen) == 0 Then raid_autopart = 1 |
265 | If strncmp(str, "part", wlen) == 0 Then raid_autopart = 1 |
269 | Return 1 |
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 |