Home
last modified time | relevance | path

Searched refs:erase (Results 1 – 11 of 11) sorted by relevance

/littlefs-3.5.0-3.4.0/bd/
Dlfs_rambd.c19 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_rambd_createcfg()
55 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_rambd_create()
Dlfs_filebd.c28 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_filebd_createcfg()
59 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_filebd_create()
Dlfs_testbd.c26 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_testbd_createcfg()
79 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_testbd_create()
/littlefs-3.5.0-3.4.0/tests/
Dtest_move.toml107 cfg.erase(&cfg, block) => 0;
183 cfg.erase(&cfg, block) => 0;
199 cfg.erase(&cfg, block) => 0;
275 cfg.erase(&cfg, block) => 0;
291 cfg.erase(&cfg, block) => 0;
545 cfg.erase(&cfg, block) => 0;
629 cfg.erase(&cfg, block) => 0;
645 cfg.erase(&cfg, block) => 0;
729 cfg.erase(&cfg, block) => 0;
745 cfg.erase(&cfg, block) => 0;
Dtest_orphans.toml28 cfg.erase(&cfg, block) => 0;
Dtest_evil.toml161 cfg.erase(&cfg, ctz.head) => 0;
/littlefs-3.5.0-3.4.0/
DREADME.md46 .erase = user_provided_block_device_erase,
125 In the configuration struct, the `prog` and `erase` function provided by the
Dlfs.h178 int (*erase)(const struct lfs_config *c, lfs_block_t block); member
DSPEC.md26 - In addition to the logical block size (which usually matches the erase
39 providing a backup during erase cycles in case power is lost. These two blocks
45 order to update the metadata without requiring an erase cycles. Note that
93 1. **Revision count (32-bits)** - Incremented every erase cycle. If both blocks
Dlfs.c260 int err = lfs->cfg->erase(lfs->cfg, block); in lfs_bd_erase()
5325 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
5355 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
5812 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
DDESIGN.md305 incrementally program new data onto erased blocks, but we need to erase a full
360 an erase), we still have the original entries if we lose power during the
417 During this compaction step we also erase the metadata block and increment