Searched refs:scsi_tape (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.h | 24 struct scsi_tape; 31 struct scsi_tape *stp; 70 struct scsi_tape *tape; 120 struct scsi_tape { struct
|
H A D | st.c | 215 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) 243 static struct scsi_tape *scsi_tape_get(int dev) in scsi_tape_get() 245 struct scsi_tape *STp = NULL; in scsi_tape_get() 272 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put() 314 static inline char *tape_name(struct scsi_tape *tape) in tape_name() 363 static int st_chk_result(struct scsi_tape *ST in st_chk_result() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.h | 24 struct scsi_tape; 31 struct scsi_tape *stp; 69 struct scsi_tape *tape; 119 struct scsi_tape { struct
|
H A D | st.c | 216 static int st_compression(struct scsi_tape *, int); 218 static int find_partition(struct scsi_tape *); 219 static int switch_partition(struct scsi_tape *); 221 static int st_int_ioctl(struct scsi_tape *, unsigned int, unsigned long); 225 #define to_scsi_tape(obj) container_of(obj, struct scsi_tape, kref) 244 static struct scsi_tape *scsi_tape_get(int dev) in scsi_tape_get() 246 struct scsi_tape *STp = NULL; in scsi_tape_get() 273 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put() 359 static int st_chk_result(struct scsi_tape *STp, struct st_request * SRpnt) in st_chk_result() 453 static struct st_request *st_allocate_request(struct scsi_tape *st in st_allocate_request() [all...] |
Completed in 7 milliseconds