Searched refs:E2F_FLAG_SETJMP_OK (Results 1 – 3 of 3) sorted by relevance
251 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()254 ctx->flags |= E2F_FLAG_SETJMP_OK; in e2fsck_run()266 ctx->flags &= ~E2F_FLAG_SETJMP_OK; in e2fsck_run()
80 if (ctx->flags & E2F_FLAG_SETJMP_OK) in fatal_error()237 if (ctx->flags & E2F_FLAG_SETJMP_OK) { in ask_yn()
192 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */ macro