fs/pstore/zone.c
242
case FLUSH_ALL:
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
775
ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen);