Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dmtdoops.c61 int nextcount; member
151 cxt->nextpage, cxt->nextcount); in mtdoops_erase()
178 cxt->nextcount++; in mtdoops_inc_counter()
179 if (cxt->nextcount == 0xffffffff) in mtdoops_inc_counter()
180 cxt->nextcount = 0; in mtdoops_inc_counter()
184 cxt->nextpage, cxt->nextcount, in mtdoops_inc_counter()
195 cxt->nextpage, cxt->nextcount); in mtdoops_inc_counter()
211 hdr->seq = cxt->nextcount; in mtdoops_write()
290 cxt->nextcount = 0; in find_next_position()
294 cxt->nextcount = maxcount; in find_next_position()