Searched refs:lfs_bd_flush (Results 1 – 1 of 1) sorted by relevance
/littlefs-2.7.6/ |
D | lfs.c | 139 static int lfs_bd_flush(lfs_t *lfs, in lfs_bd_flush() function 176 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 210 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog() 2701 int err = lfs_bd_flush(lfs, &file->cache, &lfs->rcache, true); in lfs_file_flush() 4851 err = lfs_bd_flush(lfs, &lfs->pcache, &lfs->rcache, true); in lfs_migrate()
|