Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c145 fs->flags &= ~EXT2_FLAG_BB_DIRTY; in write_bitmaps()
Dopenfs.c559 EXT2_FLAG_BB_DIRTY | EXT2_FLAG_IB_DIRTY; in ext2fs_rewrite_to_io()
Dext2fs.h188 #define EXT2_FLAG_BB_DIRTY 0x20 macro
1923 fs->flags |= EXT2_FLAG_BB_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_bb_dirty()
1939 return (fs->flags & EXT2_FLAG_BB_DIRTY); in ext2fs_test_bb_dirty()
/external/e2fsprogs/debugfs/
Ddebugfs.c323 if (current_fs->flags & EXT2_FLAG_BB_DIRTY) { in close_filesystem()
/external/e2fsprogs/misc/
Dmke2fs.c3147 fs->flags &= ~(EXT2_FLAG_IB_DIRTY|EXT2_FLAG_BB_DIRTY); in main()