Home
last modified time | relevance | path

Searched refs:EXT2_FLAG_IB_DIRTY (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c135 fs->flags &= ~EXT2_FLAG_IB_DIRTY; in write_bitmaps()
Dopenfs.c469 EXT2_FLAG_BB_DIRTY | EXT2_FLAG_IB_DIRTY; in ext2fs_rewrite_to_io()
Dext2fs.h177 #define EXT2_FLAG_IB_DIRTY 0x10 macro
1660 fs->flags |= EXT2_FLAG_IB_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_ib_dirty()
1676 return (fs->flags & EXT2_FLAG_IB_DIRTY); in ext2fs_test_ib_dirty()
/external/e2fsprogs/debugfs/
Ddebugfs.c229 if (current_fs->flags & EXT2_FLAG_IB_DIRTY) { in close_filesystem()
/external/e2fsprogs/misc/
Dmke2fs.c2591 fs->flags &= ~(EXT2_FLAG_IB_DIRTY|EXT2_FLAG_BB_DIRTY); in main()