函数逻辑报告 |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-29 10:41:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:de_io_list_move_locked - move an inode onto a bdi_writeback IO list*@inode: inode to be moved*@wb: target bdi_writeback*@head: one of @wb->b_{dirty|io|more_io|dirty_time}* Move @inode->i_io_list to @list of @wb and set %WB_has_dirty_io
函数原型:static bool inode_io_list_move_locked(struct inode *inode, struct bdi_writeback *wb, struct list_head *head)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
struct bdi_writeback * | wb | |
struct list_head * | head |
123 | assert_spin_locked( & protects the b_* lists ) |
125 | 链表项移动到头部 |
128 | 如果head不等于ime stamps are dirty 则返回:wb_io_lists_populated(wb) |
132 | 返回:false |
名称 | 描述 |
---|---|
redirty_tail | Redirty an inode: set its when-it-was dirtied timestamp and move it to the* furthest end of its superblock's dirty-inode list.* Before stamping the inode's ->dirtied_when, we check to see whether it is |
requeue_io | queue inode for re-scanning after bdi->b_io list is exhausted. |
requeue_inode | Find proper writeback list for the inode depending on its current state and* possibly also change of its state while we were doing writeback. Here we* handle things such as livelock prevention or fairness of writeback among* inodes |
__mark_inode_dirty | __mark_inode_dirty - internal function*@inode: inode to mark*@flags: what kind of dirty (i |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |