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

/external/e2fsprogs/e2fsck/
H A Dunix.c982 int flags, run_result; local
1370 run_result = e2fsck_run(ctx);
1402 if (run_result == E2F_FLAG_RESTART) {
1413 if (run_result & E2F_FLAG_CANCEL) {
1418 if (run_result & E2F_FLAG_ABORT)
1476 if ((run_result & E2F_FLAG_CANCEL) == 0 &&

Completed in 68 milliseconds