Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpktcdvd.h258 struct pktcdvd_device struct
260 struct block_device *bdev; /* dev attached */
261 dev_t pkt_dev; /* our dev */
262 char name[20];
263 struct packet_settings settings;
264 struct packet_stats stats;
265 int refcnt; /* Open count */
266 int write_speed; /* current write speed, kB/s */
267 int read_speed; /* current read speed, kB/s */
268 unsigned long offset; /* start offset */
[all …]