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

/linux-master/drivers/mtd/
H A Dmtdoops.c61 int nextcount; member in struct:mtdoops_context
151 cxt->nextpage, cxt->nextcount);
178 cxt->nextcount++;
179 if (cxt->nextcount == 0xffffffff)
180 cxt->nextcount = 0;
184 cxt->nextpage, cxt->nextcount,
195 cxt->nextpage, cxt->nextcount);
211 hdr->seq = cxt->nextcount;
290 cxt->nextcount = 0;
294 cxt->nextcount
[all...]

Completed in 81 milliseconds