Home
last modified time | relevance | path

Searched refs:data_units_read (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dadmin-cmd.c78 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local
93 data_units_read = DIV_ROUND_UP(part_stat_read(ns->bdev->bd_part, in nvmet_get_smart_log_nsid()
100 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()
113 u64 data_units_read = 0, data_units_written = 0; in nvmet_get_smart_log_all() local
124 data_units_read += DIV_ROUND_UP( in nvmet_get_smart_log_all()
132 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dadmin-cmd.c77 u64 host_reads, host_writes, data_units_read, data_units_written; in nvmet_get_smart_log_nsid() local
89 data_units_read = in nvmet_get_smart_log_nsid()
96 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()
107 u64 data_units_read = 0, data_units_written = 0; in nvmet_get_smart_log_all() local
118 data_units_read += DIV_ROUND_UP( in nvmet_get_smart_log_all()
126 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()
/kernel/linux/linux-5.10/include/linux/
H A Dnvme.h499 __u8 data_units_read[16]; member
/kernel/linux/linux-6.6/include/linux/
H A Dnvme.h610 __u8 data_units_read[16]; member

Completed in 12 milliseconds