• Home
  • Raw
  • Download

Lines Matching refs:ubifs_err

392 		ubifs_err(c, "min. I/O unit mismatch: %d in superblock, %d real",  in validate_sb()
398 ubifs_err(c, "LEB size mismatch: %d in superblock, %d real", in validate_sb()
420 ubifs_err(c, "bad LEB count: %d in superblock, %d on UBI volume, %d minimum required", in validate_sb()
426 ubifs_err(c, "max. LEB count %d less than LEB count %d", in validate_sb()
432 ubifs_err(c, "too few main LEBs count %d, must be at least %d", in validate_sb()
439 ubifs_err(c, "too small journal (%lld bytes), must be at least %lld bytes", in validate_sb()
446 ubifs_err(c, "too large journal size (%lld bytes), only %lld bytes available in the main area", in validate_sb()
505 ubifs_err(c, "bad superblock, error %d", err); in validate_sb()
547 ubifs_err(c, "authenticated FS forced, but found FS without authentication"); in authenticate_sb_node()
552 ubifs_err(c, "authenticated FS found, but no key given"); in authenticate_sb_node()
567 ubifs_err(c, "superblock uses unknown hash algo %d", in authenticate_sb_node()
573 ubifs_err(c, "This filesystem uses %s for hashing," in authenticate_sb_node()
591 ubifs_err(c, "provided key does not fit"); in authenticate_sb_node()
600 ubifs_err(c, "Failed to authenticate superblock: %d", err); in authenticate_sb_node()
661ubifs_err(c, "on-flash format version is w%d/r%d, but software only supports up to version w%d/r%d… in ubifs_read_superblock()
682 ubifs_err(c, "on-flash format version %d is not supported", in ubifs_read_superblock()
707 ubifs_err(c, "unsupported key format"); in ubifs_read_superblock()
740 ubifs_err(c, "Unknown feature flags found: %#x", in ubifs_read_superblock()
747 ubifs_err(c, "file system contains encrypted files but UBIFS" in ubifs_read_superblock()
942 ubifs_err(c, "on-flash format version 5 is needed for encryption"); in ubifs_enable_encryption()