Home
last modified time | relevance | path

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

/third_party/littlefs/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()
189 lfs_emubd_t *bd = cfg->context; in lfs_emubd_destroy()
220 lfs_emubd_t *bd = cfg->context; in lfs_emubd_read()
270 lfs_emubd_t *bd = cfg->context; in lfs_emubd_prog()
358 (void*)cfg, block, ((lfs_emubd_t*)cfg->context)->cfg->erase_size); in lfs_emubd_erase()
359 lfs_emubd_t *bd = cfg->context; in lfs_emubd_erase()
456 lfs_emubd_t *bd = cfg->context; in lfs_emubd_rawcrc()
510 lfs_emubd_t *bd = cfg->context; in lfs_emubd_readed()
517 lfs_emubd_t *bd = cfg->context; in lfs_emubd_proged()
[all …]
Dlfs_emubd.h158 } lfs_emubd_t; typedef
234 int lfs_emubd_copy(const struct lfs_config *cfg, lfs_emubd_t *copy);
/third_party/littlefs/runners/
Dtest_runner.c1334 lfs_emubd_t bd; in run_powerloss_none()
1408 lfs_emubd_t bd; in run_powerloss_linear()
1501 lfs_emubd_t bd; in run_powerloss_log()
1592 lfs_emubd_t bd; in run_powerloss_cycles()
1676 lfs_emubd_t *branches;
1690 lfs_emubd_t *branch = mappend( in powerloss_exhaustive_branch()
1692 sizeof(lfs_emubd_t), in powerloss_exhaustive_branch()
1783 lfs_emubd_t bd; in run_powerloss_exhaustive()
Dbench_runner.c1309 lfs_emubd_t bd; in perm_run()