Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 6 of 6) sorted by relevance

/littlefs-3.7.0-3.6.0/
Dlfs.c43 memset(pcache->buffer, 0xff, lfs->cfg->cache_size); in lfs_cache_zero()
118 lfs->cfg->cache_size); in lfs_bd_read()
241 off < pcache->off + lfs->cfg->cache_size) { in lfs_bd_prog()
244 lfs->cfg->cache_size - (off-pcache->off)); in lfs_bd_prog()
252 if (pcache->size == lfs->cfg->cache_size) { in lfs_bd_prog()
810 lfs->cfg->cache_size); in lfs_dir_getread()
1724 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) { in lfs_dir_commitcrc()
2362 f->ctz.size > lfs->cfg->cache_size) { in lfs_dir_orphaningcommit()
3134 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size);
3151 file->cache.size = lfs->cfg->cache_size;
[all …]
Dlfs.h224 lfs_size_t cache_size; member
DREADME.md54 .cache_size = 16,
/littlefs-3.7.0-3.6.0/runners/
Dtest_runner.c1347 .cache_size = CACHE_SIZE, in run_powerloss_none()
1423 .cache_size = CACHE_SIZE, in run_powerloss_linear()
1516 .cache_size = CACHE_SIZE, in run_powerloss_log()
1607 .cache_size = CACHE_SIZE, in run_powerloss_cycles()
1796 .cache_size = CACHE_SIZE, in run_powerloss_exhaustive()
Dbench_runner.c1322 .cache_size = CACHE_SIZE, in perm_run()
/littlefs-3.7.0-3.6.0/tests/
Dtest_truncate.toml122 size_t size = lfs_min(lfs.cfg->cache_size, sizeof(buffer)/2);