Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\backing-dev.h Create Date:2022-07-28 09:09:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bdi_dev_name

Proto:static inline const char *bdi_dev_name(struct backing_dev_info *bdi)

Type:char

Parameter:

TypeParameterName
struct backing_dev_info *bdi
512  If Not bdi || Not dev Then Return bdi_unknown_name
514  Return dev_name(dev)
Caller
NameDescribe
wb_workfnHandle writeback of dirty data for the device backed by this bdi. Also* reschedules periodically and does kupdated style flushing.