HomeSort by relevance Sort by last modified time
    Searched refs:E2F_OPT_NO (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 841 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
851 ctx->options |= E2F_OPT_NO;
854 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO))
949 if ((ctx->options & E2F_OPT_NO) &&
955 if ((ctx->options & E2F_OPT_NO) && cflag) {
960 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
965 if (ctx->options & E2F_OPT_NO)
1025 if ((ctx->options & E2F_OPT_NO) &&
    [all...]
pass4.c 187 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
extents.c 33 (ctx->options & E2F_OPT_NO) ||
333 (ctx->options & E2F_OPT_NO) ||
problem.c     [all...]
e2fsck.h 159 #define E2F_OPT_NO 0x0008
rehash.c 864 if (ctx->options & E2F_OPT_NO) {
util.c 277 if (ctx->options & E2F_OPT_NO) {
pass1.c 1084 !(ctx->options & E2F_OPT_NO)) {
    [all...]

Completed in 115 milliseconds