Searched refs:validate (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 160 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_flush() argument 171 if (validate) { in lfs_bd_flush() 195 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_sync() argument 198 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 211 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, in lfs_bd_prog() argument 234 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog()
|