Searched refs:EXT2_FLAG_DIRTY (Results 1 – 4 of 4) sorted by relevance
359 fs->flags &= ~EXT2_FLAG_DIRTY; in ext2fs_flush()395 if ((fs->flags & EXT2_FLAG_DIRTY) == 0) in ext2fs_close()396 fs->flags |= EXT2_FLAG_SUPER_ONLY | EXT2_FLAG_DIRTY; in ext2fs_close()398 if (fs->flags & EXT2_FLAG_DIRTY) { in ext2fs_close()
395 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW | in ext2fs_rewrite_to_io()
169 #define EXT2_FLAG_DIRTY 0x04 macro1288 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_super_dirty()
873 if (ctx->fs->flags & EXT2_FLAG_DIRTY) in e2fsck_run_ext3_journal()