Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs_util.h83 #ifndef LFS_ERROR
87 #define LFS_ERROR(...) LFS_ERROR_(__VA_ARGS__, "") macro
89 #define LFS_ERROR(...)
Dlfs.c672 LFS_ERROR("No more free space %"PRIu32, in lfs_alloc()
1346 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_fetchmatch()
4384 LFS_ERROR("Invalid version "
4412 LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")",
4423 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")",
4434 LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")",
4446 LFS_ERROR("Invalid block count (%"PRIu32" != %"PRIu32")",
4455 LFS_ERROR("Invalid block size (%"PRIu32" != %"PRIu32")",
5292 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}",
5480 LFS_ERROR("Invalid superblock at {0x%"PRIx32", 0x%"PRIx32"}",
[all …]