Lines Matching defs:psz_zone_write
150 * enum psz_flush_mode - flush mode for psz_zone_write()
203 static int psz_zone_write(struct pstore_zone *zone,
279 ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0);
309 ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0);
688 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
705 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
788 ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen);
860 psz_zone_write(zone, FLUSH_PART, buf, rem, start);
868 psz_zone_write(zone, FLUSH_PART, buf, cnt, start);
871 * psz_zone_write will set datalen as start + cnt.
880 psz_zone_write(zone, FLUSH_META, NULL, 0, 0);