Searched refs:host_reads (Results 1 – 2 of 2) sorted by relevance
77 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local88 host_reads = part_stat_read(req->ns->bdev, ios[READ]); in nvmet_get_smart_log_nsid()95 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid()106 u64 host_reads = 0, host_writes = 0; in nvmet_get_smart_log_all() local117 host_reads += part_stat_read(ns->bdev, ios[READ]); in nvmet_get_smart_log_all()125 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all()
612 __u8 host_reads[16]; member