Home
last modified time | relevance | path

Searched refs:lfs_emubd_t (Results 1 – 4 of 4) sorted by relevance

/littlefs-latest/bd/
Dlfs_emubd.c51 lfs_emubd_t *bd = cfg->context; in lfs_emubd_mutblock()
116 lfs_emubd_t *bd = cfg->context; in lfs_emubd_create()
191 lfs_emubd_t *bd = cfg->context; in lfs_emubd_destroy()
217 lfs_emubd_t *bd = cfg->context; in lfs_emubd_powerloss()
292 lfs_emubd_t *bd = cfg->context; in lfs_emubd_read()
342 lfs_emubd_t *bd = cfg->context; in lfs_emubd_prog()
433 (void*)cfg, block, ((lfs_emubd_t*)cfg->context)->cfg->erase_size); in lfs_emubd_erase()
434 lfs_emubd_t *bd = cfg->context; in lfs_emubd_erase()
529 lfs_emubd_t *bd = cfg->context; in lfs_emubd_sync()
548 lfs_emubd_t *bd = cfg->context; in lfs_emubd_crc_()
[all …]
Dlfs_emubd.h161 } lfs_emubd_t; typedef
237 int lfs_emubd_copy(const struct lfs_config *cfg, lfs_emubd_t *copy);
/littlefs-latest/runners/
Dtest_runner.c1334 lfs_emubd_t bd; in run_powerloss_none()
1411 lfs_emubd_t bd; in run_powerloss_linear()
1507 lfs_emubd_t bd; in run_powerloss_log()
1601 lfs_emubd_t bd; in run_powerloss_cycles()
1688 lfs_emubd_t *branches;
1702 lfs_emubd_t *branch = mappend( in powerloss_exhaustive_branch()
1704 sizeof(lfs_emubd_t), in powerloss_exhaustive_branch()
1795 lfs_emubd_t bd; in run_powerloss_exhaustive()
Dbench_runner.c1309 lfs_emubd_t bd; in perm_run()