Home
last modified time | relevance | path

Searched refs:LFS_ERROR (Results 1 – 2 of 2) sorted by relevance

/littlefs-3.5.0-3.4.0/
Dlfs_util.h83 #ifndef LFS_ERROR
87 #define LFS_ERROR(...) LFS_ERROR_(__VA_ARGS__, "") macro
89 #define LFS_ERROR(...)
Dlfs.c589 LFS_ERROR("No more free space %"PRIu32, in lfs_alloc()
1234 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_fetchmatch()
4155 LFS_ERROR("Invalid version v%"PRIu16".%"PRIu16,
4164 LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")",
4175 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")",
4186 LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")",
4196 LFS_ERROR("Invalid block count (%"PRIu32" != %"PRIu32")",
4203 LFS_ERROR("Invalid block size (%"PRIu32" != %"PRIu32")",
4852 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}",
5040 LFS_ERROR("Invalid superblock at {0x%"PRIx32", 0x%"PRIx32"}",
[all …]