tag | line | file | source code |
st_int_ioctl | 85 | kernel/blk_drv/scsi/st.c | static int st_int_ioctl(struct inode * inode,struct file * file, |
st_int_ioctl | 273 | kernel/blk_drv/scsi/st.c | result = st_int_ioctl(inode, filp, MTBSR, backspace); |
st_int_ioctl | 444 | kernel/blk_drv/scsi/st.c | if (st_int_ioctl(inode, filp, MTSETBLK, ST_BLOCK_SIZE)) { |
st_int_ioctl | 529 | kernel/blk_drv/scsi/st.c | st_int_ioctl(inode, filp, MTBSF, 1); /* Back over the EOF hit */ |
st_int_ioctl | 536 | kernel/blk_drv/scsi/st.c | st_int_ioctl(inode, filp, MTREW, 1); |
st_int_ioctl | 1060 | kernel/blk_drv/scsi/st.c | ioctl_result = st_int_ioctl(inode, file, MTFSF, 1); |
st_int_ioctl | 1062 | kernel/blk_drv/scsi/st.c | ioctl_result = st_int_ioctl(inode, file, MTBSF, 1); |
st_int_ioctl | 1124 | kernel/blk_drv/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |