Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.c31 static inline void lfs_cache_drop(lfs_t *lfs, lfs_cache_t *rcache) { in lfs_cache_drop()
45 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read()
128 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_cmp()
155 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_crc()
177 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_flush()
212 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_sync()
228 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, in lfs_bd_prog()
756 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_dir_getread()
2829 const lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_find()
2864 lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_extend()
[all …]
Dlfs.h417 lfs_cache_t rcache; member