Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dopenfs.c572 EXT2_FLAG_BB_DIRTY | EXT2_FLAG_IB_DIRTY; in ext2fs_rewrite_to_io()
Drw_bitmaps.c171 fs->flags &= ~EXT2_FLAG_IB_DIRTY; in write_bitmaps()
Dext2fs.h199 #define EXT2_FLAG_IB_DIRTY 0x10 macro
2040 fs->flags |= EXT2_FLAG_IB_DIRTY | EXT2_FLAG_CHANGED; in ext2fs_mark_ib_dirty()
2056 return (fs->flags & EXT2_FLAG_IB_DIRTY); in ext2fs_test_ib_dirty()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c330 if (current_fs->flags & EXT2_FLAG_IB_DIRTY) { in close_filesystem()
/third_party/e2fsprogs/misc/
Dmke2fs.c3333 fs->flags &= ~(EXT2_FLAG_IB_DIRTY|EXT2_FLAG_BB_DIRTY); in main()