Searched refs:lfs_bd_flush (Results 1 – 1 of 1) sorted by relevance
/third_party/littlefs/ |
D | lfs.c | 155 static int lfs_bd_flush(lfs_t *lfs, in lfs_bd_flush() function 194 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 230 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog() 3158 int err = lfs_bd_flush(lfs, &file->cache, &lfs->rcache, true); 5224 err = lfs_bd_flush(lfs, &lfs->pcache, &lfs->rcache, true);
|