Lines Matching defs:oops_buf
65 void *oops_buf;
210 hdr = (struct mtdoops_hdr *)cxt->oops_buf;
217 record_size, &retlen, cxt->oops_buf);
224 record_size, &retlen, cxt->oops_buf);
230 memset(cxt->oops_buf, 0xff, record_size);
316 cxt->oops_buf + sizeof(struct mtdoops_hdr),
429 cxt->oops_buf = vmalloc(record_size);
430 if (!cxt->oops_buf)
432 memset(cxt->oops_buf, 0xff, record_size);
447 vfree(cxt->oops_buf);