Searched refs:scratch (Results 1 – 2 of 2) sorted by relevance
143 bd->disk->scratch = NULL; in lfs_emubd_create()161 bd->disk->scratch = malloc(bd->cfg->erase_size); in lfs_emubd_create()162 if (!bd->disk->scratch) { in lfs_emubd_create()166 memset(bd->disk->scratch, in lfs_emubd_create()174 bd->disk->scratch, in lfs_emubd_create()205 free(bd->disk->scratch); in lfs_emubd_destroy()242 : bd->disk->scratch, in lfs_emubd_powerloss()273 : bd->disk->scratch, in lfs_emubd_powerloss()487 bd->disk->scratch, in lfs_emubd_erase()
143 uint8_t *scratch; member