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

  /external/e2fsprogs/e2fsck/
super.c 385 if (!(ctx->options & E2F_OPT_READONLY)) {
435 if ((ctx->options & E2F_OPT_READONLY) ||
702 if (ctx->options & E2F_OPT_READONLY)
720 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) {
731 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
746 if (!(ctx->options & E2F_OPT_READONLY) &&
761 if (!(ctx->options & E2F_OPT_READONLY) &&
779 if (!(ctx->options & E2F_OPT_READONLY) &&
793 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) {
920 (ctx->options & E2F_OPT_READONLY))
    [all...]
unix.c 227 if ((ctx->options & E2F_OPT_READONLY) &&
837 ctx->options |= E2F_OPT_READONLY;
1047 if ((ctx->options & E2F_OPT_READONLY) == 0)
1120 (ctx->options & E2F_OPT_READONLY) ?
    [all...]
journal.c 318 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) {
662 else if (!(ctx->options & E2F_OPT_READONLY)) {
762 } else if (!(ctx->options & E2F_OPT_READONLY)) {
867 if (ctx->options & E2F_OPT_READONLY) {
937 if ((ctx->options & E2F_OPT_READONLY) ||
e2fsck.h 146 #define E2F_OPT_READONLY 0x0001
pass3.c 114 if ((ctx->flags & E2F_OPT_READONLY) == 0)
pass1.c 664 if (!(ctx->options & E2F_OPT_READONLY)) {
    [all...]

Completed in 96 milliseconds