Lines Matching defs:psz_zone_write
146 * enum psz_flush_mode - flush mode for psz_zone_write()
199 static int psz_zone_write(struct pstore_zone *zone,
275 ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0);
305 ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0);
677 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
694 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
775 ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen);
847 psz_zone_write(zone, FLUSH_PART, buf, rem, start);
855 psz_zone_write(zone, FLUSH_PART, buf, cnt, start);
858 * psz_zone_write will set datalen as start + cnt.
867 psz_zone_write(zone, FLUSH_META, NULL, 0, 0);