Searched refs:LFS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/littlefs-2.7.6/ |
D | lfs_util.h | 83 #define LFS_DEBUG(fmt, ...) LOG_DBG("%s:%d: " fmt, __FILE__, __LINE__, __VA_ARGS__) macro 87 #define LFS_DEBUG(...) LFS_DEBUG_(__VA_ARGS__, "") 90 #define LFS_DEBUG(...)
|
D | lfs.c | 1536 LFS_DEBUG("Expanding superblock at rev %"PRIu32, dir->rev); in lfs_dir_compact() 1685 LFS_DEBUG("Bad block at 0x%"PRIx32, dir->pair[1]); in lfs_dir_compact() 1707 LFS_DEBUG("Relocating {0x%"PRIx32", 0x%"PRIx32"} " in lfs_dir_compact() 2331 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); in lfs_ctz_extend() 2635 LFS_DEBUG("Bad block at 0x%"PRIx32, nblock); in lfs_file_relocate() 2712 LFS_DEBUG("Bad block at 0x%"PRIx32, file->block); in lfs_file_flush() 3792 LFS_DEBUG("Found pending gstate 0x%08"PRIx32"%08"PRIx32"%08"PRIx32, in lfs_mount() 4041 LFS_DEBUG("Fixing move while relocating " in lfs_fs_relocate() 4077 LFS_DEBUG("Fixing move while relocating " in lfs_fs_relocate() 4119 LFS_DEBUG("Fixing move {0x%"PRIx32", 0x%"PRIx32"} 0x%"PRIx16, in lfs_fs_demove() [all …]
|