Searched refs:LFS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs_util.h | 63 #ifndef LFS_DEBUG 67 #define LFS_DEBUG(...) LFS_DEBUG_(__VA_ARGS__, "") macro 69 #define LFS_DEBUG(...)
|
D | lfs.c | 1892 LFS_DEBUG("Bad block at 0x%"PRIx32, dir->pair[1]); in lfs_dir_compact() 1991 LFS_DEBUG("Expanding superblock at rev %"PRIu32, dir->rev); in lfs_dir_splittingcompact() 2250 LFS_DEBUG("Relocating {0x%"PRIx32", 0x%"PRIx32"} " in lfs_dir_orphaningcommit() 2295 LFS_DEBUG("Fixing move while relocating " in lfs_dir_orphaningcommit() 2347 LFS_DEBUG("Fixing move while relocating " in lfs_dir_orphaningcommit() 2788 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); in lfs_ctz_extend() 3096 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); 3175 LFS_DEBUG("Bad block at 0x%"PRIx32, file->block); 4225 LFS_DEBUG("Found pending gstate 0x%08"PRIx32"%08"PRIx32"%08"PRIx32, 4462 LFS_DEBUG("Fixing move {0x%"PRIx32", 0x%"PRIx32"} 0x%"PRIx16, [all …]
|