Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/
Dmtdoops.c59 int nextcount; member
114 cxt->nextcount++; in mtdoops_inc_counter()
115 if (cxt->nextcount == 0xffffffff) in mtdoops_inc_counter()
116 cxt->nextcount = 0; in mtdoops_inc_counter()
124 cxt->nextpage, cxt->nextcount); in mtdoops_inc_counter()
170 cxt->nextpage, cxt->nextcount); in mtdoops_workfunc_erase()
196 hdr->seq = cxt->nextcount; in mtdoops_write()
275 cxt->nextcount = 0; in find_next_position()
279 cxt->nextcount = maxcount; in find_next_position()