Lines Matching refs:dirtied_when
425 * The transfer preserves @inode->dirtied_when ordering. If the @inode
436 if (time_after_eq(inode->dirtied_when,
437 pos->dirtied_when))
1313 * Before stamping the inode's ->dirtied_when, we check to see whether it is
1316 * out and we don't reset its dirtied_when.
1337 if (time_before(inode->dirtied_when, tail->dirtied_when))
1338 inode->dirtied_when = jiffies;
1370 bool ret = time_after(inode->dirtied_when, t);
1373 * For inodes being constantly redirtied, dirtied_when can get stuck.
1378 ret = ret && time_before_eq(inode->dirtied_when, jiffies);
1551 inode->dirtied_when = jiffies;
1593 inode->dirtied_when = jiffies;
1768 inode->dirtied_when = jiffies;
2413 * Note that for blockdevs, inode->dirtied_when represents the dirtying time of
2414 * the block-special inode (/dev/hda1) itself. And the ->dirtied_when field of
2524 inode->dirtied_when = jiffies;