Searched refs:E2F_FLAG_SETJMP_OK (Results 1 – 3 of 3) sorted by relevance
219 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()222 ctx->flags |= E2F_FLAG_SETJMP_OK; in e2fsck_run()234 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()
84 if (ctx->flags & E2F_FLAG_SETJMP_OK) in fatal_error()236 if (ctx->flags & E2F_FLAG_SETJMP_OK) { in ask_yn()
182 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */ macro