Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:devm_init_badblocks

Proto:int devm_init_badblocks(struct device *dev, struct badblocks *bb)

Type:int

Parameter:

TypeParameterName
struct device *dev
struct badblocks *bb
583  If Not bb Then Return -EINVAL
585  Return __badblocks_init(dev, bb, 1)