Home
last modified time | relevance | path

Searched refs:LFS_ERROR (Results 1 – 2 of 2) sorted by relevance

/littlefs-2.7.6/
Dlfs_util.h107 #define LFS_ERROR(fmt, ...) LOG_ERR("%s:%d: " fmt, __FILE__, __LINE__, __VA_ARGS__) macro
111 #define LFS_ERROR(...) LFS_ERROR_(__VA_ARGS__, "")
114 #define LFS_ERROR(...)
Dlfs.c494 LFS_ERROR("No more free space %"PRIu32, in lfs_alloc()
997 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs_dir_fetchmatch()
3736 LFS_ERROR("Invalid version v%"PRIu16".%"PRIu16, in lfs_mount()
3745 LFS_ERROR("Unsupported name_max (%"PRIu32" > %"PRIu32")", in lfs_mount()
3756 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")", in lfs_mount()
3767 LFS_ERROR("Unsupported attr_max (%"PRIu32" > %"PRIu32")", in lfs_mount()
4456 LFS_ERROR("Corrupted dir pair at {0x%"PRIx32", 0x%"PRIx32"}", in lfs1_dir_fetch()
4644 LFS_ERROR("Invalid superblock at {0x%"PRIx32", 0x%"PRIx32"}", in lfs1_mount()
4654 LFS_ERROR("Invalid version v%d.%d", major_version, minor_version); in lfs1_mount()