Home
last modified time | relevance | path

Searched refs:bad_lost_and_found (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass3.c604 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) { in e2fsck_reconnect_file()
606 ctx->bad_lost_and_found++; in e2fsck_reconnect_file()
608 if (ctx->bad_lost_and_found) { in e2fsck_reconnect_file()
De2fsck.c61 ctx->bad_lost_and_found = 0; in e2fsck_reset_context()
De2fsck.h308 int bad_lost_and_found; member