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 386 if (!(ctx->options & E2F_OPT_READONLY)) {
436 if ((ctx->options & E2F_OPT_READONLY) ||
635 if (ctx->options & E2F_OPT_READONLY)
653 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) {
664 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
677 if (!(ctx->options & E2F_OPT_READONLY) &&
695 if (!(ctx->options & E2F_OPT_READONLY) &&
711 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) {
817 (ctx->options & E2F_OPT_READONLY))
unix.c 196 if ((ctx->options & E2F_OPT_READONLY) &&
768 ctx->options |= E2F_OPT_READONLY;
954 if ((ctx->options & E2F_OPT_READONLY) == 0)
1027 (ctx->options & E2F_OPT_READONLY) ?
1131 if (ctx->options & E2F_OPT_READONLY) {
1209 !(ctx->options & E2F_OPT_READONLY))
    [all...]
journal.c 312 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) {
655 else if (!(ctx->options & E2F_OPT_READONLY)) {
755 } else if (!(ctx->options & E2F_OPT_READONLY)) {
842 if (ctx->options & E2F_OPT_READONLY) {
901 if ((ctx->options & E2F_OPT_READONLY) ||
e2fsck.h 144 #define E2F_OPT_READONLY 0x0001
pass3.c 122 if ((ctx->flags & E2F_OPT_READONLY) == 0)
pass1.c 588 if (!(ctx->options & E2F_OPT_READONLY)) {
    [all...]

Completed in 53 milliseconds