Searched refs:host_reads (Results 1 – 1 of 1) sorted by relevance
38 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local49 host_reads = part_stat_read(ns->bdev->bd_part, ios[READ]); in nvmet_get_smart_log_nsid()54 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid()67 u64 host_reads = 0, host_writes = 0; in nvmet_get_smart_log_all() local77 host_reads += part_stat_read(ns->bdev->bd_part, ios[READ]); in nvmet_get_smart_log_all()87 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all()