Searched refs:E2F_FLAG_SETJMP_OK (Results 1 – 3 of 3) sorted by relevance
214 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()217 ctx->flags |= E2F_FLAG_SETJMP_OK; in e2fsck_run()229 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()
79 if (ctx->flags & E2F_FLAG_SETJMP_OK) in fatal_error()218 if (ctx->flags & E2F_FLAG_SETJMP_OK) { in ask_yn()
180 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */ macro