Home
last modified time | relevance | path

Searched refs:EXT2_FLAG_IGNORE_SB_ERRORS (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dopenfs.c389 if (!(flags & EXT2_FLAG_IGNORE_SB_ERRORS) && in ext2fs_open2()
Dext2fs.h206 #define EXT2_FLAG_IGNORE_SB_ERRORS 0x800000 macro
/external/e2fsprogs/e2fsck/
Dunix.c1589 !(flags & EXT2_FLAG_IGNORE_SB_ERRORS)) { in main()
1595 flags |= EXT2_FLAG_IGNORE_SB_ERRORS; in main()
/external/e2fsprogs/debugfs/
Ddebugfs.c165 open_flags |= EXT2_FLAG_SKIP_MMP | EXT2_FLAG_IGNORE_SB_ERRORS; in open_filesystem()