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) ||
701 if (ctx->options & E2F_OPT_READONLY)
719 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) {
730 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
745 if (!(ctx->options & E2F_OPT_READONLY) &&
760 if (!(ctx->options & E2F_OPT_READONLY) &&
778 if (!(ctx->options & E2F_OPT_READONLY) &&
792 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) {
912 (ctx->options & E2F_OPT_READONLY))
    [all...]
unix.c 227 if ((ctx->options & E2F_OPT_READONLY) &&
813 ctx->options |= E2F_OPT_READONLY;
1023 if ((ctx->options & E2F_OPT_READONLY) == 0)
1094 (ctx->options & E2F_OPT_READONLY) ?
1207 if (ctx->options & E2F_OPT_READONLY) {
    [all...]
journal.c 318 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) {
661 else if (!(ctx->options & E2F_OPT_READONLY)) {
761 } else if (!(ctx->options & E2F_OPT_READONLY)) {
861 if (ctx->options & E2F_OPT_READONLY) {
925 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 676 milliseconds