Searched refs:LFS_WARN (Results 1 – 3 of 3) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_exhaustion.toml | 90 LFS_WARN("completed %d cycles", cycle); 180 LFS_WARN("completed %d cycles", cycle); 280 LFS_WARN("completed %d blocks %d cycles", 377 LFS_WARN("completed %d blocks %d cycles", 469 LFS_WARN("completed %d cycles", cycle); 489 LFS_WARN("max wear: %d cycles", maxwear); 490 LFS_WARN("avg wear: %d cycles", totalwear / (int)BLOCK_COUNT); 491 LFS_WARN("min wear: %d cycles", minwear); 502 LFS_WARN("std dev^2: %d", dev2);
|
| /littlefs-latest/ |
| D | lfs_util.h | 91 #ifndef LFS_WARN 95 #define LFS_WARN(...) LFS_WARN_(__VA_ARGS__, "") macro 97 #define LFS_WARN(...)
|
| D | lfs.c | 2112 LFS_WARN("Superblock 0x%"PRIx32" has become unwritable", in lfs_dir_compact() 2196 LFS_WARN("Unable to split {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_splittingcompact() 2228 LFS_WARN("Unable to expand superblock"); in lfs_dir_splittingcompact() 4470 LFS_WARN("Cycle detected in tail list");
|