函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\do_mounts_md.c Create Date:2022-07-27 15:21:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:raid_setup

函数原型:static int __init raid_setup(char *str)

返回类型:int

参数:

类型参数名称
char *str
249  len等于strlen - Find the length of a string*@s: The string to be sized加1
250  pos等于0
252 pos小于len循环
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
255  如果commawlen等于commastrpos
257  否则wlen等于len减1减pos
259  如果非字符串指定长度比较raid_noautodetect等于1
261  如果非字符串指定长度比较raid_noautodetect等于0
263  如果字符串指定长度比较恒等于0则raid_autopart等于1
265  如果字符串指定长度比较恒等于0则raid_autopart等于1
267  pos加等于wlen加1
269  返回:1