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