Searched refs:LFS_ERROR (Results 1 – 2 of 2) sorted by relevance
/third_party/littlefs/ |
D | lfs_util.h | 83 #ifndef LFS_ERROR 87 #define LFS_ERROR(...) LFS_ERROR_(__VA_ARGS__, "") macro 89 #define LFS_ERROR(...)
|
D | lfs.c | 583 LFS_ERROR("No more free space %"PRIu32, in lfs_alloc() 1228 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_fetchmatch() 4149 LFS_ERROR("Invalid version v%"PRIu16".%"PRIu16, 4158 LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")", 4169 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")", 4180 LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")", 4190 LFS_ERROR("Invalid block count (%"PRIu32" != %"PRIu32")", 4197 LFS_ERROR("Invalid block size (%"PRIu32" != %"PRIu32")", 4846 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", 5034 LFS_ERROR("Invalid superblock at {0x%"PRIx32", 0x%"PRIx32"}", [all …]
|