Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\backing-dev.c Create Date:2022-07-28 14:24:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bdi_class_init

Proto:static __init int bdi_class_init(void)

Type:int

Parameter:Nothing

226  bdi_class = This is a #define to keep the compiler from merging different* instances of the __key variable (THIS_MODULE, "bdi")
227  If IS_ERR(bdi_class) Then Return PTR_ERR(bdi_class)
230  dev_groups = bdi_dev_groups
231  bdi_debug_init()
233  Return 0