fs/pstore/zone.c
275
ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0);
fs/pstore/zone.c
305
ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0);
fs/pstore/zone.c
677
return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
fs/pstore/zone.c
694
return psz_zone_write(zone, FLUSH_META, NULL, 0, 0);
fs/pstore/zone.c
775
ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen);
fs/pstore/zone.c
847
psz_zone_write(zone, FLUSH_PART, buf, rem, start);
fs/pstore/zone.c
855
psz_zone_write(zone, FLUSH_PART, buf, cnt, start);
fs/pstore/zone.c
867
psz_zone_write(zone, FLUSH_META, NULL, 0, 0);