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

  /external/e2fsprogs/e2fsck/
unix.c 656 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
664 if (ctx->options & (E2F_OPT_YES|E2F_OPT_PREEN))
671 ctx->options |= E2F_OPT_YES;
940 !(ctx->options & E2F_OPT_YES)) {
    [all...]
e2fsck.h 146 #define E2F_OPT_YES 0x0004
util.c 195 if (ctx->options & E2F_OPT_YES) {

Completed in 559 milliseconds