Lines Matching refs:LFS_TRACE
5763 LFS_TRACE("lfs_format(%p, %p {.context=%p, "
5782 LFS_TRACE("lfs_format -> %d", err);
5793 LFS_TRACE("lfs_mount(%p, %p {.context=%p, "
5812 LFS_TRACE("lfs_mount -> %d", err);
5822 LFS_TRACE("lfs_unmount(%p)", (void*)lfs);
5826 LFS_TRACE("lfs_unmount -> %d", err);
5837 LFS_TRACE("lfs_remove(%p, \"%s\")", (void*)lfs, path);
5841 LFS_TRACE("lfs_remove -> %d", err);
5853 LFS_TRACE("lfs_rename(%p, \"%s\", \"%s\")", (void*)lfs, oldpath, newpath);
5857 LFS_TRACE("lfs_rename -> %d", err);
5868 LFS_TRACE("lfs_stat(%p, \"%s\", %p)", (void*)lfs, path, (void*)info);
5872 LFS_TRACE("lfs_stat -> %d", err);
5883 LFS_TRACE("lfs_getattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")",
5888 LFS_TRACE("lfs_getattr -> %"PRId32, res);
5900 LFS_TRACE("lfs_setattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")",
5905 LFS_TRACE("lfs_setattr -> %d", err);
5917 LFS_TRACE("lfs_removeattr(%p, \"%s\", %"PRIu8")", (void*)lfs, path, type);
5921 LFS_TRACE("lfs_removeattr -> %d", err);
5933 LFS_TRACE("lfs_file_open(%p, %p, \"%s\", %x)",
5939 LFS_TRACE("lfs_file_open -> %d", err);
5952 LFS_TRACE("lfs_file_opencfg(%p, %p, \"%s\", %x, %p {"
5960 LFS_TRACE("lfs_file_opencfg -> %d", err);
5970 LFS_TRACE("lfs_file_close(%p, %p)", (void*)lfs, (void*)file);
5975 LFS_TRACE("lfs_file_close -> %d", err);
5986 LFS_TRACE("lfs_file_sync(%p, %p)", (void*)lfs, (void*)file);
5991 LFS_TRACE("lfs_file_sync -> %d", err);
6003 LFS_TRACE("lfs_file_read(%p, %p, %p, %"PRIu32")",
6009 LFS_TRACE("lfs_file_read -> %"PRId32, res);
6021 LFS_TRACE("lfs_file_write(%p, %p, %p, %"PRIu32")",
6027 LFS_TRACE("lfs_file_write -> %"PRId32, res);
6039 LFS_TRACE("lfs_file_seek(%p, %p, %"PRId32", %d)",
6045 LFS_TRACE("lfs_file_seek -> %"PRId32, res);
6056 LFS_TRACE("lfs_file_truncate(%p, %p, %"PRIu32")",
6062 LFS_TRACE("lfs_file_truncate -> %d", err);
6073 LFS_TRACE("lfs_file_tell(%p, %p)", (void*)lfs, (void*)file);
6078 LFS_TRACE("lfs_file_tell -> %"PRId32, res);
6088 LFS_TRACE("lfs_file_rewind(%p, %p)", (void*)lfs, (void*)file);
6092 LFS_TRACE("lfs_file_rewind -> %d", err);
6102 LFS_TRACE("lfs_file_size(%p, %p)", (void*)lfs, (void*)file);
6107 LFS_TRACE("lfs_file_size -> %"PRId32, res);
6118 LFS_TRACE("lfs_mkdir(%p, \"%s\")", (void*)lfs, path);
6122 LFS_TRACE("lfs_mkdir -> %d", err);
6133 LFS_TRACE("lfs_dir_open(%p, %p, \"%s\")", (void*)lfs, (void*)dir, path);
6138 LFS_TRACE("lfs_dir_open -> %d", err);
6148 LFS_TRACE("lfs_dir_close(%p, %p)", (void*)lfs, (void*)dir);
6152 LFS_TRACE("lfs_dir_close -> %d", err);
6162 LFS_TRACE("lfs_dir_read(%p, %p, %p)",
6167 LFS_TRACE("lfs_dir_read -> %d", err);
6177 LFS_TRACE("lfs_dir_seek(%p, %p, %"PRIu32")",
6182 LFS_TRACE("lfs_dir_seek -> %d", err);
6192 LFS_TRACE("lfs_dir_tell(%p, %p)", (void*)lfs, (void*)dir);
6196 LFS_TRACE("lfs_dir_tell -> %"PRId32, res);
6206 LFS_TRACE("lfs_dir_rewind(%p, %p)", (void*)lfs, (void*)dir);
6210 LFS_TRACE("lfs_dir_rewind -> %d", err);
6220 LFS_TRACE("lfs_fs_stat(%p, %p)", (void*)lfs, (void*)fsinfo);
6224 LFS_TRACE("lfs_fs_stat -> %d", err);
6234 LFS_TRACE("lfs_fs_size(%p)", (void*)lfs);
6238 LFS_TRACE("lfs_fs_size -> %"PRId32, res);
6248 LFS_TRACE("lfs_fs_traverse(%p, %p, %p)",
6253 LFS_TRACE("lfs_fs_traverse -> %d", err);
6264 LFS_TRACE("lfs_fs_gc(%p)", (void*)lfs);
6268 LFS_TRACE("lfs_fs_gc -> %d", err);
6280 LFS_TRACE("lfs_fs_mkconsistent(%p)", (void*)lfs);
6284 LFS_TRACE("lfs_fs_mkconsistent -> %d", err);
6296 LFS_TRACE("lfs_fs_grow(%p, %"PRIu32")", (void*)lfs, block_count);
6300 LFS_TRACE("lfs_fs_grow -> %d", err);
6312 LFS_TRACE("lfs_migrate(%p, %p {.context=%p, "
6331 LFS_TRACE("lfs_migrate -> %d", err);