Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dsuper.c509 if (!(ctx->options & E2F_OPT_READONLY)) { in check_resize_inode()
561 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_fix_dirhash_hint()
926 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) { in check_super_block()
939 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid) && in check_super_block()
957 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
972 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
988 if (!(ctx->options & E2F_OPT_READONLY) && in check_super_block()
1002 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) { in check_super_block()
1136 (ctx->options & E2F_OPT_READONLY)) in check_backup_super_block()
Dunix.c253 if (((ctx->options & E2F_OPT_READONLY) || in check_mount()
426 !(ctx->options & E2F_OPT_READONLY) && in check_if_skip()
435 !(ctx->options & E2F_OPT_READONLY) && in check_if_skip()
998 ctx->options |= E2F_OPT_READONLY; in PRS()
1465 if ((ctx->options & E2F_OPT_READONLY) == 0) { in main()
1565 (ctx->options & E2F_OPT_READONLY) ? in main()
1723 if (ctx->options & E2F_OPT_READONLY) { in main()
1793 !(ctx->options & E2F_OPT_READONLY)) in main()
1938 !(ctx->options & E2F_OPT_READONLY)) { in main()
1965 if (!(ctx->options & E2F_OPT_READONLY)) { in main()
Djournal.c372 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) { in e2fsck_get_journal()
767 else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_journal_release()
866 } else if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_check_ext3_journal()
973 if (ctx->options & E2F_OPT_READONLY) { in e2fsck_run_ext3_journal()
1046 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_move_ext3_journal()
Dquota.c79 if ((ctx->options & E2F_OPT_READONLY) || in e2fsck_hide_quota()
De2fsck.h157 #define E2F_OPT_READONLY 0x0001 macro
Dpass3.c116 if ((ctx->options & E2F_OPT_READONLY) == 0) in e2fsck_pass3()
Dpass1.c1304 if (!(ctx->options & E2F_OPT_READONLY)) { in e2fsck_pass1()