Searched refs:EXT2_FLAG_DIRTY (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c416 fs->flags &= ~EXT2_FLAG_DIRTY;
458 if ((fs->flags & EXT2_FLAG_DIRTY) == 0)
459 fs->flags |= EXT2_FLAG_SUPER_ONLY | EXT2_FLAG_DIRTY;
461 if (fs->flags & EXT2_FLAG_DIRTY) {
H A Dopenfs.c468 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW |
H A Dext2fs.h175 #define EXT2_FLAG_DIRTY 0x04 macro
1607 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_CHANGED;
/external/e2fsprogs/e2fsck/
H A Dsuper.c728 fs->flags |= EXT2_FLAG_DIRTY;
746 fs->flags |= EXT2_FLAG_DIRTY;
835 fs->flags |= EXT2_FLAG_DIRTY;
847 fs->flags |= EXT2_FLAG_DIRTY;
H A Djournal.c889 if (ctx->fs->flags & EXT2_FLAG_DIRTY)

Completed in 1138 milliseconds