Lines Matching defs:bpsz
96 * @bpsz: blackbox storage zone
118 struct pstore_zone *bpsz;
332 if (cxt->bpsz)
333 ret |= psz_flush_dirty_zone(cxt->bpsz);
626 ret = psz_recover_zone(cxt, cxt->bpsz);
728 return psz_record_erase(cxt, cxt->bpsz);
915 return psz_record_write(cxt->bpsz, record);
955 zone = cxt->bpsz;
1171 if (cxt->bpsz)
1172 psz_free_zone(&cxt->bpsz);
1295 cxt->bpsz = psz_init_zone(PSTORE_TYPE_BLACKBOX, &off,
1297 if (IS_ERR(cxt->bpsz)) {
1298 err = PTR_ERR(cxt->bpsz);
1299 cxt->bpsz = NULL;