Home
last modified time | relevance | path

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

/drivers/scsi/
Dst.h24 struct scsi_tape;
31 struct scsi_tape *stp;
70 struct scsi_tape *tape;
120 struct scsi_tape { struct
Dst.c215 static int st_compression(struct scsi_tape *, int);
217 static int find_partition(struct scsi_tape *);
218 static int switch_partition(struct scsi_tape *);
220 static int st_int_ioctl(struct scsi_tape *, unsigned int, unsigned long);
224 #define to_scsi_tape(obj) container_of(obj, struct scsi_tape, kref)
242 static struct scsi_tape *scsi_tape_get(int dev) in scsi_tape_get()
244 struct scsi_tape *STp = NULL; in scsi_tape_get()
271 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put()
312 static inline char *tape_name(struct scsi_tape *tape) in tape_name()
361 static int st_chk_result(struct scsi_tape *STp, struct st_request * SRpnt) in st_chk_result()
[all …]