Home
last modified time | relevance | path

Searched defs:pcache (Results 1 – 2 of 2) sorted by relevance

/littlefs-3.7.0-3.6.0/
Dlfs.c41 static inline void lfs_cache_zero(lfs_t *lfs, lfs_cache_t *pcache) { in lfs_cache_zero()
48 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read()
131 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_cmp()
158 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_crc()
180 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_flush()
215 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_sync()
231 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, in lfs_bd_prog()
761 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_dir_getread()
2834 const lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_find()
2869 lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_extend()
[all …]
Dlfs.h418 lfs_cache_t pcache; member