Home
last modified time | relevance | path

Searched refs:checkpt_max_blocks (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_checkptrw.c106 if (dev->blocks_in_checkpt < dev->checkpt_max_blocks) in yaffs2_checkpt_find_block()
179 dev->checkpt_max_blocks = in yaffs2_checkpt_open()
182 kmalloc(sizeof(int) * dev->checkpt_max_blocks, GFP_NOFS); in yaffs2_checkpt_open()
187 for (i = 0; i < dev->checkpt_max_blocks; i++) in yaffs2_checkpt_open()
Dyaffs_guts.h665 int checkpt_max_blocks; member