Home
last modified time | relevance | path

Searched refs:E2F_OPT_FIXES_ONLY (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dunix.c752 ctx->options |= E2F_OPT_FIXES_ONLY; in parse_extended_opts()
1033 ctx->options |= E2F_OPT_FIXES_ONLY; in PRS()
1035 (ctx->options & E2F_OPT_FIXES_ONLY)) { in PRS()
1041 (ctx->options & E2F_OPT_FIXES_ONLY)) { in PRS()
De2fsck.h176 #define E2F_OPT_FIXES_ONLY 0x8000 /* skip all optimizations */ macro
Dextents.c511 if (ctx->options & E2F_OPT_FIXES_ONLY) in e2fsck_check_rebuild_extents()
Dpass1.c2840 if (!(ctx->options & E2F_OPT_FIXES_ONLY) && in scan_extent_node()