Searched refs:lfs_bd_flush (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 159 static int lfs_bd_flush(lfs_t *lfs, in lfs_bd_flush() function 198 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 234 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog() 3164 int err = lfs_bd_flush(lfs, &file->cache, &lfs->rcache, true); 5230 err = lfs_bd_flush(lfs, &lfs->pcache, &lfs->rcache, true);
|