Lines Matching refs:dirtied_when
425 * preserves @inode->dirtied_when ordering.
433 if (time_after_eq(inode->dirtied_when,
434 pos->dirtied_when))
1182 * Before stamping the inode's ->dirtied_when, we check to see whether it is
1185 * out and we don't reset its dirtied_when.
1195 if (time_before(inode->dirtied_when, tail->dirtied_when))
1196 inode->dirtied_when = jiffies;
1229 bool ret = time_after(inode->dirtied_when, t);
1232 * For inodes being constantly redirtied, dirtied_when can get stuck.
1237 ret = ret && time_before_eq(inode->dirtied_when, jiffies);
1407 inode->dirtied_when = jiffies;
1444 inode->dirtied_when = jiffies;
2230 * Note that for blockdevs, inode->dirtied_when represents the dirtying time of
2231 * the block-special inode (/dev/hda1) itself. And the ->dirtied_when field of
2313 inode->dirtied_when = jiffies;