Searched refs:lfs_bd_flush (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 179 static int lfs_bd_flush(lfs_t *lfs, in lfs_bd_flush() function 218 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_sync() 254 int err = lfs_bd_flush(lfs, pcache, rcache, validate); in lfs_bd_prog() 3337 int err = lfs_bd_flush(lfs, &file->cache, &lfs->rcache, true); 5679 err = lfs_bd_flush(lfs, &lfs->pcache, &lfs->rcache, true);
|