Searched refs:lfs_cache_drop (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 34 static inline void lfs_cache_drop(lfs_t *lfs, lfs_cache_t *rcache) { in lfs_cache_drop() function 193 lfs_cache_drop(lfs, rcache); in lfs_bd_flush() 216 lfs_cache_drop(lfs, rcache); in lfs_bd_sync() 2052 lfs_cache_drop(lfs, &lfs->pcache); in lfs_dir_compact() 2295 lfs_cache_drop(lfs, &lfs->pcache); in lfs_dir_relocatingcommit() 2962 lfs_cache_drop(lfs, pcache); in lfs_ctz_extend() 3272 lfs_cache_drop(lfs, &lfs->pcache); 3294 lfs_cache_drop(lfs, &file->cache); 3312 lfs_cache_drop(lfs, &lfs->rcache); 3330 lfs_cache_drop(lfs, &orig.cache); [all …]
|