Searched refs:validate (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 180 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_flush() argument 191 if (validate) { in lfs_bd_flush() 215 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) { in lfs_bd_sync() argument 218 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 231 lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, in lfs_bd_prog() argument 254 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog()
|