Lines Matching refs:ubifs_err
395 ubifs_err(c, "min. I/O unit mismatch: %d in superblock, %d real", in validate_sb()
401 ubifs_err(c, "LEB size mismatch: %d in superblock, %d real", in validate_sb()
423 ubifs_err(c, "bad LEB count: %d in superblock, %d on UBI volume, %d minimum required", in validate_sb()
429 ubifs_err(c, "max. LEB count %d less than LEB count %d", in validate_sb()
435 ubifs_err(c, "too few main LEBs count %d, must be at least %d", in validate_sb()
442 ubifs_err(c, "too small journal (%lld bytes), must be at least %lld bytes", in validate_sb()
449 ubifs_err(c, "too large journal size (%lld bytes), only %lld bytes available in the main area", in validate_sb()
508 ubifs_err(c, "bad superblock, error %d", err); in validate_sb()
550 ubifs_err(c, "authenticated FS forced, but found FS without authentication"); in authenticate_sb_node()
555 ubifs_err(c, "authenticated FS found, but no key given"); in authenticate_sb_node()
570 ubifs_err(c, "superblock uses unknown hash algo %d", in authenticate_sb_node()
576 ubifs_err(c, "This filesystem uses %s for hashing," in authenticate_sb_node()
594 ubifs_err(c, "provided key does not fit"); in authenticate_sb_node()
603 ubifs_err(c, "Failed to authenticate superblock: %d", err); in authenticate_sb_node()
664 …ubifs_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()
685 ubifs_err(c, "on-flash format version %d is not supported", in ubifs_read_superblock()
710 ubifs_err(c, "unsupported key format"); in ubifs_read_superblock()
743 ubifs_err(c, "Unknown feature flags found: %#x", in ubifs_read_superblock()
750 ubifs_err(c, "file system contains encrypted files but UBIFS" in ubifs_read_superblock()
945 ubifs_err(c, "on-flash format version 5 is needed for encryption"); in ubifs_enable_encryption()