Home
last modified time | relevance | path

Searched defs:pktcdvd_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dpktcdvd.h163 struct pktcdvd_device struct
165 struct block_device *bdev; /* dev attached */
166 dev_t pkt_dev; /* our dev */
167 char name[20];
168 struct packet_settings settings;
169 struct packet_stats stats;
170 int refcnt; /* Open count */
171 int write_speed; /* current write speed, kB/s */
172 int read_speed; /* current read speed, kB/s */
173 unsigned long offset; /* start offset */
[all …]