Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dsuper.c393 if (!(ctx->options & E2F_OPT_READONLY)) { in check_resize_inode()
445 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_fix_dirhash_hint()
714 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) { in check_super_block()
725 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) { in check_super_block()
740 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
755 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
773 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
787 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) { in check_super_block()
919 (ctx->options & E2F_OPT_READONLY)) in check_backup_super_block()
Dunix.c251 if (((ctx->options & E2F_OPT_READONLY) || in check_mount()
411 !(ctx->options & E2F_OPT_READONLY) && in check_if_skip()
420 !(ctx->options & E2F_OPT_READONLY) && in check_if_skip()
931 ctx->options |= E2F_OPT_READONLY; in PRS()
1262 if ((ctx->options & E2F_OPT_READONLY) == 0) { in main()
1354 (ctx->options & E2F_OPT_READONLY) ? in main()
1486 if (ctx->options & E2F_OPT_READONLY) { in main()
1565 !(ctx->options & E2F_OPT_READONLY)) in main()
1742 if (!(ctx->options & E2F_OPT_READONLY)) { in main()
1760 !(ctx->options & E2F_OPT_READONLY)) { in main()
Dquota.c58 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_hide_quota()
Djournal.c320 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) { in e2fsck_get_journal()
678 else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_journal_release()
778 } else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_check_ext3_journal()
883 if (ctx->options & E2F_OPT_READONLY) { in e2fsck_run_ext3_journal()
956 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_move_ext3_journal()
De2fsck.h156 #define E2F_OPT_READONLY 0x0001 macro
Dpass3.c114 if ((ctx->options & E2F_OPT_READONLY) == 0) in e2fsck_pass3()
Dpass1.c681 if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_pass1()