Home
last modified time | relevance | path

Searched refs:slog (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dadmin-cmd.c75 struct nvme_smart_log *slog) in nvmet_get_smart_log_nsid() argument
99 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid()
100 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()
101 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid()
102 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_nsid()
110 struct nvme_smart_log *slog) in nvmet_get_smart_log_all() argument
131 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all()
132 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()
133 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all()
134 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_all()
/OK3568_Linux_fs/buildroot/package/exim/
H A Dexim.mk44 $(call exim-config-change,LOG_FILE_PATH,/var/log/exim/exim_%slog)