Searched defs:pcache (Results 1 – 2 of 2) sorted by relevance
/littlefs-2.7.6/ |
D | lfs.c | 21 static inline void lfs_cache_zero(lfs_t *lfs, lfs_cache_t *pcache) { in lfs_cache_zero() 28 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read() 117 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_cmp() 140 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_flush() 173 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_sync() 187 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, in lfs_bd_prog() 585 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_dir_getread() 2207 const lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_find() 2241 lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_extend() 2339 const lfs_cache_t *pcache, lfs_cache_t *rcache, in lfs_ctz_traverse()
|
D | lfs.h | 366 lfs_cache_t pcache; member
|