Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dst.c221 static int st_int_ioctl(struct scsi_tape *, unsigned int, unsigned long);
869 result = st_int_ioctl(STp, MTBSR, backspace); in flush_buffer()
902 st_int_ioctl(STp, SET_DENS_AND_BLK, arg)) { in set_mode_densblk()
1228 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()
1445 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
2006 st_int_ioctl(STp, MTBSR, 1); in read_tape()
2019 if (st_int_ioctl(STp, MTBSR, 1)) in read_tape()
2420 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer);
2694 static int st_int_ioctl(struct scsi_tape *STp, unsigned int cmd_in, unsigned long arg) in st_int_ioctl() function
2859 ioctl_result = st_int_ioctl(STp, MTFSF, 0x7fffff); in st_int_ioctl()
[all …]