Home
last modified time | relevance | path

Searched full:cache (Results 1 – 4 of 4) sorted by relevance

/littlefs-2.7.6/
Dlfs.c15 // do not zero, cheaper if cache is readonly or only going to be in lfs_cache_drop()
76 // bypass cache? in lfs_bd_read()
89 // load to cache, first condition can no longer fail in lfs_bd_read()
630 // load to cache, first condition can no longer fail in lfs_dir_getread()
890 // crc the entry first, hopefully leaving it in the cache in lfs_dir_fetchmatch()
2333 // just clear cache and try a new block in lfs_ctz_extend()
2406 file->cache.buffer = NULL; in lfs_file_opencfg()
2491 file->cache.buffer = file->cfg->buffer; in lfs_file_opencfg()
2493 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size); in lfs_file_opencfg()
2494 if (!file->cache.buffer) { in lfs_file_opencfg()
[all …]
Dlfs.h202 // Size of block caches. Each cache buffers a portion of a block in RAM.
203 // The littlefs needs a read cache, a program cache, and one additional
204 // cache per file. Larger caches can improve performance by storing more
344 lfs_cache_t cache; member
D.travis.yml7 # cache installation dirs
8 cache:
11 - $HOME/.cache/apt
DDESIGN.md114 Some logging filesystems cache files to avoid the read cost, but this comes