函数逻辑报告 |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-29 10:41:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Retrieve work items and do the writeback they describe
函数原型:static long wb_do_writeback(struct bdi_writeback *wb)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bdi_writeback * | wb |
2032 | wrote等于0 |
2034 | 设置内存位 |
2035 | 当((work = Return the next wb_writeback_work struct that hasn't been processed yet.) != NULL)循环 |
2036 | trace_writeback_exec(wb, work) |
2038 | finish_writeback_work(wb, work) |
2044 | wrote加等于wb_check_start_all(wb) |
2049 | wrote加等于wb_check_old_data_flush(wb) |
2050 | wrote加等于wb_check_background_flush(wb) |
2053 | 返回:wrote |
名称 | 描述 |
---|---|
wb_workfn | Handle writeback of dirty data for the device backed by this bdi. Also* reschedules periodically and does kupdated style flushing. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |