Searched refs:sync (Results 1 – 11 of 11) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | SPEC.md | 646 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.
|
D | README.md | 47 .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.
|
D | lfs.h | 182 int (*sync)(const struct lfs_config *c); member
|
D | lfs.c | 223 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/ |
D | test_move.toml | 120 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;
|
D | test_orphans.toml | 32 cfg->sync(cfg) => 0;
|
/littlefs-3.7.0-3.6.0/bd/ |
D | lfs_rambd.c | 19 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_rambd_create()
|
D | lfs_filebd.c | 27 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_filebd_create()
|
D | lfs_emubd.c | 109 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_emubd_create()
|
/littlefs-3.7.0-3.6.0/runners/ |
D | test_runner.c | 1341 .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()
|
D | bench_runner.c | 1316 .sync = lfs_emubd_sync, in perm_run()
|