Lines Matching defs:dirty
522 ni->mi.dirty = true;
903 * Marks inode as bad and marks fs as 'dirty'
921 int ntfs_set_state(struct ntfs_sb_info *sbi, enum NTFS_DIRTY_FLAGS dirty)
932 * Do not change state if fs already dirty(clear).
939 if ((dirty == NTFS_DIRTY_CLEAR ? 0 : VOLUME_FLAG_DIRTY) ==
963 switch (dirty) {
965 ntfs_notice(sbi->sb, "Mark volume as dirty due to NTFS errors");
978 mi->dirty = true;
2482 bool dirty = false;
2486 /* mark volume as dirty out of wnd->rw_lock */
2487 dirty = true;
2541 if (dirty)