![]()
#define LFS_TRACE(...)![]()
LFS_TRACE("lfs_format(%p, %p {.context=%p, "![]()
LFS_TRACE("lfs_format -> %d", err);![]()
LFS_TRACE("lfs_mount(%p, %p {.context=%p, "![]()
LFS_TRACE("lfs_mount -> %d", err);![]()
LFS_TRACE("lfs_unmount(%p)", (void*)lfs);![]()
LFS_TRACE("lfs_unmount -> %d", err);![]()
LFS_TRACE("lfs_remove(%p, \"%s\")", (void*)lfs, path);![]()
LFS_TRACE("lfs_remove -> %d", err);![]()
LFS_TRACE("lfs_rename(%p, \"%s\", \"%s\")", (void*)lfs, oldpath, newpath);![]()
LFS_TRACE("lfs_rename -> %d", err);![]()
LFS_TRACE("lfs_stat(%p, \"%s\", %p)", (void*)lfs, path, (void*)info);![]()
LFS_TRACE("lfs_stat -> %d", err);![]()
LFS_TRACE("lfs_getattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")",![]()
LFS_TRACE("lfs_getattr -> %"PRId32, res);![]()
LFS_TRACE("lfs_setattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")",![]()
LFS_TRACE("lfs_setattr -> %d", err);![]()
LFS_TRACE("lfs_removeattr(%p, \"%s\", %"PRIu8")", (void*)lfs, path, type);![]()
LFS_TRACE("lfs_removeattr -> %d", err);![]()
LFS_TRACE("lfs_file_open(%p, %p, \"%s\", %x)",![]()
LFS_TRACE("lfs_file_open -> %d", err);![]()
LFS_TRACE("lfs_file_opencfg(%p, %p, \"%s\", %x, %p {"![]()
LFS_TRACE("lfs_file_opencfg -> %d", err);![]()
LFS_TRACE("lfs_file_close(%p, %p)", (void*)lfs, (void*)file);![]()
LFS_TRACE("lfs_file_close -> %d", err);![]()
LFS_TRACE("lfs_file_sync(%p, %p)", (void*)lfs, (void*)file);![]()
LFS_TRACE("lfs_file_sync -> %d", err);![]()
LFS_TRACE("lfs_file_read(%p, %p, %p, %"PRIu32")",![]()
LFS_TRACE("lfs_file_read -> %"PRId32, res);![]()
LFS_TRACE("lfs_file_write(%p, %p, %p, %"PRIu32")",![]()
LFS_TRACE("lfs_file_write -> %"PRId32, res);![]()
LFS_TRACE("lfs_file_seek(%p, %p, %"PRId32", %d)",![]()
LFS_TRACE("lfs_file_seek -> %"PRId32, res);![]()
LFS_TRACE("lfs_file_truncate(%p, %p, %"PRIu32")",![]()
LFS_TRACE("lfs_file_truncate -> %d", err);![]()
LFS_TRACE("lfs_file_tell(%p, %p)", (void*)lfs, (void*)file);![]()
LFS_TRACE("lfs_file_tell -> %"PRId32, res);![]()
LFS_TRACE("lfs_file_rewind(%p, %p)", (void*)lfs, (void*)file);![]()
LFS_TRACE("lfs_file_rewind -> %d", err);![]()
LFS_TRACE("lfs_file_size(%p, %p)", (void*)lfs, (void*)file);![]()
LFS_TRACE("lfs_file_size -> %"PRId32, res);![]()
LFS_TRACE("lfs_mkdir(%p, \"%s\")", (void*)lfs, path);![]()
LFS_TRACE("lfs_mkdir -> %d", err);![]()
LFS_TRACE("lfs_dir_open(%p, %p, \"%s\")", (void*)lfs, (void*)dir, path);![]()
LFS_TRACE("lfs_dir_open -> %d", err);![]()
LFS_TRACE("lfs_dir_close(%p, %p)", (void*)lfs, (void*)dir);![]()
LFS_TRACE("lfs_dir_close -> %d", err);![]()
LFS_TRACE("lfs_dir_read(%p, %p, %p)",![]()
LFS_TRACE("lfs_dir_read -> %d", err);![]()
LFS_TRACE("lfs_dir_seek(%p, %p, %"PRIu32")",![]()
LFS_TRACE("lfs_dir_seek -> %d", err);![]()
LFS_TRACE("lfs_dir_tell(%p, %p)", (void*)lfs, (void*)dir);![]()
LFS_TRACE("lfs_dir_tell -> %"PRId32, res);![]()
LFS_TRACE("lfs_dir_rewind(%p, %p)", (void*)lfs, (void*)dir);![]()
LFS_TRACE("lfs_dir_rewind -> %d", err);![]()
LFS_TRACE("lfs_fs_stat(%p, %p)", (void*)lfs, (void*)fsinfo);![]()
LFS_TRACE("lfs_fs_stat -> %d", err);![]()
LFS_TRACE("lfs_fs_size(%p)", (void*)lfs);![]()
LFS_TRACE("lfs_fs_size -> %"PRId32, res);![]()
LFS_TRACE("lfs_fs_traverse(%p, %p, %p)",![]()
LFS_TRACE("lfs_fs_traverse -> %d", err);![]()
LFS_TRACE("lfs_fs_mkconsistent(%p)", (void*)lfs);![]()
LFS_TRACE("lfs_fs_mkconsistent -> %d", err);![]()
LFS_TRACE("lfs_fs_gc(%p)", (void*)lfs);![]()
LFS_TRACE("lfs_fs_gc -> %d", err);![]()
LFS_TRACE("lfs_fs_grow(%p, %"PRIu32")", (void*)lfs, block_count);![]()
LFS_TRACE("lfs_fs_grow -> %d", err);