Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
DSPEC.md646 can cause this linked-list to become out of sync if a power-loss were to occur.
647 When this happens, littlefs sets the "sync" flag in the global state. How
650 When the sync flag is set:
657 If the sync flag is set, the threaded linked-list must be checked for these
736 cause to filesystem to go out of sync if the power is lost. The operations
747 In the case of operations to the threaded linked-list, a single "sync" bit is
748 used to indicate that a modification is ongoing. If this sync flag is set, the
761 | | | | '----------------- sync bit
772 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.c223 err = lfs->cfg->sync(lfs->cfg); in lfs_bd_sync()
5774 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
5804 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
6323 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync,
/littlefs-3.7.0-3.6.0/tests/
Dtest_move.toml120 cfg->sync(cfg) => 0;
201 cfg->sync(cfg) => 0;
217 cfg->sync(cfg) => 0;
297 cfg->sync(cfg) => 0;
313 cfg->sync(cfg) => 0;
580 cfg->sync(cfg) => 0;
667 cfg->sync(cfg) => 0;
683 cfg->sync(cfg) => 0;
770 cfg->sync(cfg) => 0;
786 cfg->sync(cfg) => 0;
Dtest_orphans.toml32 cfg->sync(cfg) => 0;
/littlefs-3.7.0-3.6.0/bd/
Dlfs_rambd.c19 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_rambd_create()
Dlfs_filebd.c27 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_filebd_create()
Dlfs_emubd.c109 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_emubd_create()
/littlefs-3.7.0-3.6.0/runners/
Dtest_runner.c1341 .sync = lfs_emubd_sync, in run_powerloss_none()
1417 .sync = lfs_emubd_sync, in run_powerloss_linear()
1510 .sync = lfs_emubd_sync, in run_powerloss_log()
1601 .sync = lfs_emubd_sync, in run_powerloss_cycles()
1790 .sync = lfs_emubd_sync, in run_powerloss_exhaustive()
Dbench_runner.c1316 .sync = lfs_emubd_sync, in perm_run()