HomeSort by relevance Sort by last modified time
    Searched refs:E2F_OPT_NO (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 656 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
666 ctx->options |= E2F_OPT_NO;
669 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO))
766 if ((ctx->options & E2F_OPT_NO) && !bad_blocks_file &&
939 !(ctx->options & E2F_OPT_NO) &&
    [all...]
e2fsck.h 147 #define E2F_OPT_NO 0x0008
util.c 191 if (ctx->options & E2F_OPT_NO) {
problem.c     [all...]
rehash.c 742 if (ctx->options & E2F_OPT_NO) {
pass1.c 496 !(ctx->options & E2F_OPT_NO)) {
    [all...]

Completed in 627 milliseconds