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.c149 fs->flags &= ~EXT2_FLAG_IB_DIRTY; in write_bitmaps()
Dopenfs.c559 EXT2_FLAG_BB_DIRTY | EXT2_FLAG_IB_DIRTY; in ext2fs_rewrite_to_io()
Dext2fs.h187 #define EXT2_FLAG_IB_DIRTY 0x10 macro
1915 fs->flags |= EXT2_FLAG_IB_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_ib_dirty()
1931 return (fs->flags & EXT2_FLAG_IB_DIRTY); in ext2fs_test_ib_dirty()
/external/e2fsprogs/debugfs/
Ddebugfs.c318 if (current_fs->flags & EXT2_FLAG_IB_DIRTY) { in close_filesystem()
/external/e2fsprogs/misc/
Dmke2fs.c3147 fs->flags &= ~(EXT2_FLAG_IB_DIRTY|EXT2_FLAG_BB_DIRTY); in main()