Home
last modified time | relevance | path

Searched refs:E2F_OPT_READONLY (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/e2fsck/
Dsuper.c386 if (!(ctx->options & E2F_OPT_READONLY)) { in check_resize_inode()
436 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_fix_dirhash_hint()
635 if (ctx->options & E2F_OPT_READONLY) in check_super_block()
653 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) { in check_super_block()
664 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) { in check_super_block()
677 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
695 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
711 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) { in check_super_block()
817 (ctx->options & E2F_OPT_READONLY)) in check_backup_super_block()
Dunix.c196 if ((ctx->options & E2F_OPT_READONLY) && in check_mount()
768 ctx->options |= E2F_OPT_READONLY; in PRS()
954 if ((ctx->options & E2F_OPT_READONLY) == 0) in main()
1027 (ctx->options & E2F_OPT_READONLY) ? in main()
1131 if (ctx->options & E2F_OPT_READONLY) { in main()
1209 !(ctx->options & E2F_OPT_READONLY)) in main()
1371 if (!(ctx->options & E2F_OPT_READONLY)) { in main()
Djournal.c312 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) { in e2fsck_get_journal()
655 else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_journal_release()
755 } else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_check_ext3_journal()
842 if (ctx->options & E2F_OPT_READONLY) { in e2fsck_run_ext3_journal()
901 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_move_ext3_journal()
De2fsck.h144 #define E2F_OPT_READONLY 0x0001 macro
Dpass3.c122 if ((ctx->flags & E2F_OPT_READONLY) == 0) in e2fsck_pass3()
Dpass1.c588 if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_pass1()