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