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

  /external/e2fsprogs/e2fsck/
quota.c 58 if ((ctx->options & E2F_OPT_READONLY) ||
super.c 393 if (!(ctx->options & E2F_OPT_READONLY)) {
445 if ((ctx->options & E2F_OPT_READONLY) ||
714 if (ctx->invalid_bitmaps && !(ctx->options & E2F_OPT_READONLY)) {
725 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
740 if (!(ctx->options & E2F_OPT_READONLY) &&
755 if (!(ctx->options & E2F_OPT_READONLY) &&
773 if (!(ctx->options & E2F_OPT_READONLY) &&
787 if (!(ctx->options & E2F_OPT_READONLY) && release_orphan_inodes(ctx)) {
919 (ctx->options & E2F_OPT_READONLY))
unix.c 251 if (((ctx->options & E2F_OPT_READONLY) ||
411 !(ctx->options & E2F_OPT_READONLY) &&
420 !(ctx->options & E2F_OPT_READONLY) &&
931 ctx->options |= E2F_OPT_READONLY;
    [all...]
journal.c 320 if (tried_backup_jnl && !(ctx->options & E2F_OPT_READONLY)) {
678 else if (!(ctx->options & E2F_OPT_READONLY)) {
778 } else if (!(ctx->options & E2F_OPT_READONLY)) {
883 if (ctx->options & E2F_OPT_READONLY) {
956 if ((ctx->options & E2F_OPT_READONLY) ||
e2fsck.h 156 #define E2F_OPT_READONLY 0x0001
pass3.c 114 if ((ctx->options & E2F_OPT_READONLY) == 0)
pass1.c 675 if (!(ctx->options & E2F_OPT_READONLY)) {
    [all...]

Completed in 39 milliseconds