Searched refs:I_DIRTY (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/
H A Dfs-writeback.c1574 if ((inode->i_state & I_DIRTY) &&
1610 } else if (inode->i_state & I_DIRTY) {
1685 dirty = inode->i_state & I_DIRTY;
1691 * either they see the I_DIRTY bits cleared or we see the dirtied
1790 if ((inode->i_state & I_DIRTY))
2504 const int was_dirty = inode->i_state & I_DIRTY;
2553 if (inode->i_state & I_DIRTY)
H A Dpipe.c905 inode->i_state = I_DIRTY;
H A Dlibfs.c1597 inode->i_state = I_DIRTY;
/linux-master/fs/nilfs2/
H A Dnilfs.h289 return __nilfs_mark_inode_dirty(inode, I_DIRTY);
/linux-master/include/linux/
H A Dfs.h2399 #define I_DIRTY (I_DIRTY_INODE | I_DIRTY_PAGES) macro
2400 #define I_DIRTY_ALL (I_DIRTY | I_DIRTY_TIME)
2405 __mark_inode_dirty(inode, I_DIRTY);
/linux-master/block/
H A Dbdev.c64 while (inode->i_state & I_DIRTY) {
/linux-master/fs/gfs2/
H A Dsuper.c466 if (!(inode->i_flags & I_DIRTY))
H A Dfile.c745 int sync_state = inode->i_state & I_DIRTY;
/linux-master/fs/nfsd/
H A Dvfs.c1140 if (inode->i_state & I_DIRTY) {

Completed in 186 milliseconds