Searched refs:host_writes (Results 1 – 2 of 2) sorted by relevance
57 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local72 host_writes = part_stat_read(ns->bdev->bd_part, ios[WRITE]); in nvmet_get_smart_log_nsid()77 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid()88 u64 host_reads = 0, host_writes = 0; in nvmet_get_smart_log_all() local103 host_writes += part_stat_read(ns->bdev->bd_part, ios[WRITE]); in nvmet_get_smart_log_all()112 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all()
403 __u8 host_writes[16]; member