Searched refs:psz_zone_write (Results 1 – 1 of 1) sorted by relevance
/linux/fs/pstore/ |
H A D | zone.c | 199 static int psz_zone_write(struct pstore_zone *zone, in psz_zone_write() function 275 ret = psz_zone_write(zone, FLUSH_ALL, NULL, 0, 0); in psz_flush_dirty_zone() 305 ret = psz_zone_write(new, FLUSH_ALL, data, buffer_datalen(old), 0); in psz_move_zone() 677 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0); in psz_kmsg_erase() 694 return psz_zone_write(zone, FLUSH_META, NULL, 0, 0); in psz_record_erase() 775 ret = psz_zone_write(zone, FLUSH_ALL, record->buf, size, hlen); in psz_kmsg_write_record() 847 psz_zone_write(zone, FLUSH_PART, buf, rem, start); in psz_record_write() 855 psz_zone_write(zone, FLUSH_PART, buf, cnt, start); in psz_record_write() 867 psz_zone_write(zone, FLUSH_META, NULL, 0, 0); in psz_record_write()
|