Lines Matching refs:st_int_ioctl
218 static int st_int_ioctl(struct scsi_tape *, unsigned int, unsigned long);
816 result = st_int_ioctl(STp, MTBSR, backspace); in flush_buffer()
849 st_int_ioctl(STp, SET_DENS_AND_BLK, arg)) { in set_mode_densblk()
1175 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()
1392 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1951 st_int_ioctl(STp, MTBSR, 1); in read_tape()
1964 if (st_int_ioctl(STp, MTBSR, 1)) in read_tape()
2365 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer);
2640 static int st_int_ioctl(struct scsi_tape *STp, unsigned int cmd_in, unsigned long arg) in st_int_ioctl() function
2804 ioctl_result = st_int_ioctl(STp, MTFSF, 0x7fffff); in st_int_ioctl()
2916 ioctl_result = st_int_ioctl(STp, MTFSF, 1); in st_int_ioctl()
2918 ioctl_result = st_int_ioctl(STp, MTBSF, 1); in st_int_ioctl()
3026 return st_int_ioctl(STp, cmd_in, arg); in st_int_ioctl()
3450 i = st_int_ioctl(STp, MTWEOF, 1); in st_ioctl()
3519 if ((i = st_int_ioctl(STp, MTREW, 0)) < 0 || in st_ioctl()
3568 retval = st_int_ioctl(STp, mtc.mt_op, mtc.mt_count); in st_ioctl()