Searched refs:scsi_tape (Results 1 – 2 of 2) sorted by relevance
24 struct scsi_tape;31 struct scsi_tape *stp;70 struct scsi_tape *tape;120 struct scsi_tape { struct
213 static int st_compression(struct scsi_tape *, int);215 static int find_partition(struct scsi_tape *);216 static int switch_partition(struct scsi_tape *);218 static int st_int_ioctl(struct scsi_tape *, unsigned int, unsigned long);222 #define to_scsi_tape(obj) container_of(obj, struct scsi_tape, kref)240 static struct scsi_tape *scsi_tape_get(int dev) in scsi_tape_get()242 struct scsi_tape *STp = NULL; in scsi_tape_get()269 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put()310 static inline char *tape_name(struct scsi_tape *tape) in tape_name()359 static int st_chk_result(struct scsi_tape *STp, struct st_request * SRpnt) in st_chk_result()[all …]