函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fs-writeback.c Create Date:2022-07-29 10:41:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Start writeback of `nr_pages' pages on this bdi. If `nr_pages' is zero,* write back the whole world.

函数原型:static void __wakeup_flusher_threads_bdi(struct backing_dev_info *bdi, enum wb_reason reason)

返回类型:void

参数:

类型参数名称
struct backing_dev_info *bdi
enum wb_reasonreason
2109  如果非bdi_has_dirty_io(bdi)则返回
2112  遍历RCU(wb, & list of all wbs , bdi_node)
2113  wb_start_writeback(wb, reason)
调用者
名称描述
wakeup_flusher_threads_bdi
wakeup_flusher_threadsWakeup the flusher threads to start writeback of all currently dirty pages