Searched refs:lfs_cache_drop (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 35 static inline void lfs_cache_drop(lfs_t *lfs, lfs_cache_t *rcache) { in lfs_cache_drop() function 173 lfs_cache_drop(lfs, rcache); in lfs_bd_flush() 196 lfs_cache_drop(lfs, rcache); in lfs_bd_sync() 1890 lfs_cache_drop(lfs, &lfs->pcache); in lfs_dir_compact() 2124 lfs_cache_drop(lfs, &lfs->pcache); in lfs_dir_relocatingcommit() 2791 lfs_cache_drop(lfs, pcache); in lfs_ctz_extend() 3099 lfs_cache_drop(lfs, &lfs->pcache); 3121 lfs_cache_drop(lfs, &file->cache); 3139 lfs_cache_drop(lfs, &lfs->rcache); 3157 lfs_cache_drop(lfs, &orig.cache); [all …]
|