Searched refs:LFS_WARN (Results 1 – 3 of 3) sorted by relevance
/littlefs-3.7.0-3.6.0/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-3.7.0-3.6.0/ |
D | lfs_util.h | 73 #ifndef LFS_WARN 77 #define LFS_WARN(...) LFS_WARN_(__VA_ARGS__, "") macro 79 #define LFS_WARN(...)
|
D | lfs.c | 2059 LFS_WARN("Superblock 0x%"PRIx32" has become unwritable", in lfs_dir_compact() 2142 LFS_WARN("Unable to split {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_splittingcompact() 2172 LFS_WARN("Unable to expand superblock"); in lfs_dir_splittingcompact() 4343 LFS_WARN("Cycle detected in tail list"); 4567 LFS_WARN("Cycle detected in tail list"); 4661 LFS_WARN("Cycle detected in tail list"); 4726 LFS_WARN("Cycle detected in tail list");
|