Searched refs:LFS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/third_party/littlefs/ |
D | lfs_util.h | 62 #ifndef LFS_DEBUG 66 #define LFS_DEBUG(...) LFS_DEBUG_(__VA_ARGS__, "") macro 68 #define LFS_DEBUG(...)
|
D | lfs.c | 1641 LFS_DEBUG("Expanding superblock at rev %"PRIu32, dir->rev); in lfs_dir_compact() 1791 LFS_DEBUG("Bad block at 0x%"PRIx32, dir->pair[1]); in lfs_dir_compact() 1813 LFS_DEBUG("Relocating {0x%"PRIx32", 0x%"PRIx32"} " in lfs_dir_compact() 2407 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); in lfs_ctz_extend() 2712 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); 2791 LFS_DEBUG("Bad block at 0x%"PRIx32, file->block); 3782 LFS_DEBUG("Found pending gstate 0x%08"PRIx32"%08"PRIx32"%08"PRIx32, 4033 LFS_DEBUG("Fixing move while relocating " 4072 LFS_DEBUG("Fixing move while relocating " 4122 LFS_DEBUG("Fixing move {0x%"PRIx32", 0x%"PRIx32"} 0x%"PRIx16, [all …]
|