Searched refs:LFS_ERROR (Results 1 – 2 of 2) sorted by relevance
/third_party/littlefs/ |
D | lfs_util.h | 82 #ifndef LFS_ERROR 86 #define LFS_ERROR(...) LFS_ERROR_(__VA_ARGS__, "") macro 88 #define LFS_ERROR(...)
|
D | lfs.c | 561 LFS_ERROR("No more free space %"PRIu32, in lfs_alloc() 1071 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_fetchmatch() 3726 LFS_ERROR("Invalid version v%"PRIu16".%"PRIu16, 3735 LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")", 3746 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")", 3757 LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")", 4460 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", 4648 LFS_ERROR("Invalid superblock at {0x%"PRIx32", 0x%"PRIx32"}", 4658 LFS_ERROR("Invalid version v%d.%d", major_version, minor_version);
|