Lines Matching refs:wbuffer
69 static uint8_t *wbuffer; /* One page write / compare buffer */
89 /* Writes wbuffer to page */
95 return mtdtest_write(mtd, offset, mtd->writesize, wbuffer);
113 ops.datbuf = wbuffer;
178 /* Finds the first '1' bit in wbuffer starting at offset 'byte'
186 if (CBIT(wbuffer[byte], bit)) {
187 BCLR(wbuffer[byte], bit);
209 wbuffer[i] = hash(i+seed);
272 wbuffer[i] = hash(i+seed);
364 wbuffer = kmalloc(mtd->writesize, GFP_KERNEL);
365 if (!wbuffer) {
400 kfree(wbuffer);