Home
last modified time | relevance | path

Searched refs:EXT2_FLAG_DIRTY (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dclosefs.c439 fs->flags &= ~EXT2_FLAG_DIRTY; in ext2fs_flush2()
496 if ((fs->flags & EXT2_FLAG_DIRTY) == 0) in ext2fs_close2()
497 fs->flags |= EXT2_FLAG_SUPER_ONLY | EXT2_FLAG_DIRTY; in ext2fs_close2()
499 if (fs->flags & EXT2_FLAG_DIRTY) { in ext2fs_close2()
Drw_bitmaps.c97 fs->flags |= EXT2_FLAG_DIRTY; in write_bitmaps()
129 fs->flags |= EXT2_FLAG_DIRTY; in write_bitmaps()
Dopenfs.c560 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW | in ext2fs_rewrite_to_io()
Dext2fs.h185 #define EXT2_FLAG_DIRTY 0x04 macro
1900 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_super_dirty()
/external/e2fsprogs/e2fsck/
Dsuper.c945 fs->flags |= EXT2_FLAG_DIRTY; in check_super_block()
963 fs->flags |= EXT2_FLAG_DIRTY; in check_super_block()
1050 fs->flags |= EXT2_FLAG_DIRTY; in check_super_block()
1062 fs->flags |= EXT2_FLAG_DIRTY; in check_super_block()
Djournal.c979 if (ctx->fs->flags & EXT2_FLAG_DIRTY) in e2fsck_run_ext3_journal()
Dunix.c2011 if (fs->flags & EXT2_FLAG_DIRTY) { in main()
/external/e2fsprogs/debugfs/
Djournal.c786 if (fs->flags & EXT2_FLAG_DIRTY) in ext2fs_run_ext3_journal()