Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fs-writeback.c Create Date:2022-07-28 20:10:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:inode_dirtied_after

Proto:static bool inode_dirtied_after(struct inode *inode, unsigned long t)

Type:bool

Parameter:

TypeParameterName
struct inode *inode
unsigned longt
1207  ret = These inlines deal with timer wrapping correctly. You are * strongly encouraged to use them* 1. Because people otherwise forget* 2. Because if the timer wrap changes in future you won't have to* alter your driver code.(jiffies of first dirtying , t)
1215  ret = ret && time_before_eq(jiffies of first dirtying , jiffies)
1217  Return ret
Caller
NameDescribe
move_expired_inodesMove expired (dirtied before work->older_than_this) dirty inodes from*@delaying_queue to @dispatch_queue.