Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dbadblocks.c77 (ctx->options & E2F_OPT_WRITECHECK) ? "-n " : "", in read_bad_blocks_file()
Dunix.c193 !(ctx->options & E2F_OPT_WRITECHECK))) in check_mount()
197 !(ctx->options & E2F_OPT_WRITECHECK)) { in check_mount()
686 ctx->options |= E2F_OPT_WRITECHECK; in PRS()
De2fsck.h153 #define E2F_OPT_WRITECHECK 0x0200 macro