Lines Matching refs:ubifs_err
386 ubifs_err(c, "min. I/O unit mismatch: %d in superblock, %d real", in validate_sb()
392 ubifs_err(c, "LEB size mismatch: %d in superblock, %d real", in validate_sb()
414 ubifs_err(c, "bad LEB count: %d in superblock, %d on UBI volume, %d minimum required", in validate_sb()
420 ubifs_err(c, "max. LEB count %d less than LEB count %d", in validate_sb()
426 ubifs_err(c, "too few main LEBs count %d, must be at least %d", in validate_sb()
433 ubifs_err(c, "too small journal (%lld bytes), must be at least %lld bytes", in validate_sb()
440 ubifs_err(c, "too large journal size (%lld bytes), only %lld bytes available in the main area", in validate_sb()
499 ubifs_err(c, "bad superblock, error %d", err); in validate_sb()
580 …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()
601 ubifs_err(c, "on-flash format version %d is not supported", in ubifs_read_superblock()
626 ubifs_err(c, "unsupported key format"); in ubifs_read_superblock()
655 ubifs_err(c, "Unknown feature flags found: %#x", in ubifs_read_superblock()
663 ubifs_err(c, "file system contains encrypted files but UBIFS" in ubifs_read_superblock()
869 ubifs_err(c, "on-flash format version 5 is needed for encryption"); in ubifs_enable_encryption()