Home
last modified time | relevance | path

Searched refs:dirtytime (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c2160 * Wake up bdi's periodically to make sure dirtytime inodes gets
2163 * kernel to be constantly waking up once there are any dirtytime
2170 * happened on the file system is a dirtytime inode caused by an atime
2240 int dirtytime; in __mark_inode_dirty() local
2258 dirtytime = flags & I_DIRTY_TIME; in __mark_inode_dirty()
2267 (dirtytime && (inode->i_state & I_DIRTY_INODE))) in __mark_inode_dirty()
2271 if (dirtytime && (inode->i_state & I_DIRTY_INODE)) in __mark_inode_dirty()
2314 if (dirtytime) in __mark_inode_dirty()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c2342 * Wake up bdi's periodically to make sure dirtytime inodes gets
2345 * kernel to be constantly waking up once there are any dirtytime
2352 * happened on the file system is a dirtytime inode caused by an atime
2423 int dirtytime = 0; in __mark_inode_dirty() local
2464 dirtytime = flags & I_DIRTY_TIME; in __mark_inode_dirty()
2465 WARN_ON_ONCE(dirtytime && flags != I_DIRTY_TIME); in __mark_inode_dirty()
2525 if (dirtytime) in __mark_inode_dirty()

Completed in 7 milliseconds