Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dadmin-cmd.c57 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local
71 data_units_read = part_stat_read(ns->bdev->bd_part, sectors[READ]); in nvmet_get_smart_log_nsid()
76 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()
89 u64 data_units_read = 0, data_units_written = 0; in nvmet_get_smart_log_all() local
101 data_units_read += in nvmet_get_smart_log_all()
111 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()
/Linux-v4.19/include/linux/
Dnvme.h400 __u8 data_units_read[16]; member