Searched refs:E2F_FLAG_SETJMP_OK (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
H A De2fsck.c219 ctx->flags &= ~E2F_FLAG_SETJMP_OK;
222 ctx->flags |= E2F_FLAG_SETJMP_OK;
234 ctx->flags &= ~E2F_FLAG_SETJMP_OK;
H A Dutil.c84 if (ctx->flags & E2F_FLAG_SETJMP_OK)
236 if (ctx->flags & E2F_FLAG_SETJMP_OK) {
H A De2fsck.h182 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */ macro

Completed in 69 milliseconds