Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dbadblocks.c78 (ctx->options & E2F_OPT_WRITECHECK) ? "-n " : "", in read_bad_blocks_file()
Dunix.c250 !(ctx->options & E2F_OPT_WRITECHECK))) in check_mount()
256 !(ctx->options & E2F_OPT_WRITECHECK)) { in check_mount()
902 ctx->options |= E2F_OPT_WRITECHECK; in PRS()
De2fsck.h166 #define E2F_OPT_WRITECHECK 0x0200 macro