Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c675 if (ctx->options & E2F_OPT_TIME) in PRS()
678 ctx->options |= E2F_OPT_TIME; in PRS()
1392 if (ctx->options & E2F_OPT_TIME) in main()
De2fsck.h148 #define E2F_OPT_TIME 0x0010 macro
Dpass3.c88 if (ctx->options & E2F_OPT_TIME) { in e2fsck_pass3()