Searched refs:cache_size (Results 1 – 6 of 6) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 43 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 …]
|
D | lfs.h | 224 lfs_size_t cache_size; member
|
D | README.md | 54 .cache_size = 16,
|
/littlefs-3.7.0-3.6.0/runners/ |
D | test_runner.c | 1347 .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()
|
D | bench_runner.c | 1322 .cache_size = CACHE_SIZE, in perm_run()
|
/littlefs-3.7.0-3.6.0/tests/ |
D | test_truncate.toml | 122 size_t size = lfs_min(lfs.cfg->cache_size, sizeof(buffer)/2);
|