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

  /external/e2fsprogs/e2fsck/
unix.c 809 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
819 ctx->options |= E2F_OPT_NO;
822 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO))
914 if ((ctx->options & E2F_OPT_NO) &&
920 if ((ctx->options & E2F_OPT_NO) && cflag) {
925 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
930 if (ctx->options & E2F_OPT_NO)
960 if ((ctx->options & E2F_OPT_NO) &&
1240 !(ctx->options & E2F_OPT_NO) &&
    [all...]
pass4.c 177 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
problem.c     [all...]
e2fsck.h 159 #define E2F_OPT_NO 0x0008
util.c 248 if (ctx->options & E2F_OPT_NO) {
rehash.c 787 if (ctx->options & E2F_OPT_NO) {
pass1.c 571 !(ctx->options & E2F_OPT_NO)) {
    [all...]

Completed in 440 milliseconds