Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 9 of 9) 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/
DSPEC.md605 can cause this linked-list to become out of sync if a power-loss were to occur.
606 When this happens, littlefs sets the "sync" flag in the global state. How
609 When the sync flag is set:
616 If the sync flag is set, the threaded linked-list must be checked for these
695 cause to filesystem to go out of sync if the power is lost. The operations
706 In the case of operations to the threaded linked-list, a single "sync" bit is
707 used to indicate that a modification is ongoing. If this sync flag is set, the
720 | | | | '----------------- sync bit
731 is in-sync. If set, the threaded linked-list should be checked for errors.
DREADME.md47 .sync = user_provided_block_device_sync,
114 the filesystem until sync or close is called on the file.
131 If your storage caches writes, make sure that the provided `sync` function
135 hits the memory, the `sync` function can simply return 0.
Dlfs.h182 int (*sync)(const struct lfs_config *c); member
Dlfs.c203 err = lfs->cfg->sync(lfs->cfg); in lfs_bd_sync()
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,
/littlefs-3.5.0-3.4.0/tests/
Dtest_move.toml109 cfg.sync(&cfg) => 0;
185 cfg.sync(&cfg) => 0;
201 cfg.sync(&cfg) => 0;
277 cfg.sync(&cfg) => 0;
293 cfg.sync(&cfg) => 0;
547 cfg.sync(&cfg) => 0;
631 cfg.sync(&cfg) => 0;
647 cfg.sync(&cfg) => 0;
731 cfg.sync(&cfg) => 0;
747 cfg.sync(&cfg) => 0;
Dtest_orphans.toml30 cfg.sync(&cfg) => 0;