Home
last modified time | relevance | path

Searched refs:E2F_OPT_FORCE (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dunix.c254 ((ctx->options & E2F_OPT_FORCE) && in check_mount()
363 if ((ctx->options & E2F_OPT_FORCE) || bad_blocks_file || cflag) in check_if_skip()
747 ctx->options |= E2F_OPT_FORCE; in parse_extended_opts()
949 ctx->options |= E2F_OPT_FORCE; in PRS()
1471 (ctx->options & E2F_OPT_FORCE)) in main()
Djournal.c434 (ctx->options & E2F_OPT_FORCE)) in e2fsck_get_journal()
883 ctx->options |= E2F_OPT_FORCE; in e2fsck_check_ext3_journal()
De2fsck.h165 #define E2F_OPT_FORCE 0x0100 macro