tag | line | file | source code |
---|---|---|---|
mtpos | 119 | include/linux/mtio.h | #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ |
mtpos | 1094 | kernel/blk_drv/scsi/st.c | struct mtpos mt_pos; |
mtpos | 1142 | kernel/blk_drv/scsi/st.c | if (((cmd_in & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtpos)) |
mtpos | 1149 | kernel/blk_drv/scsi/st.c | i = verify_area(VERIFY_WRITE, (void *)arg, sizeof(struct mtpos)); |
mtpos | 1196 | kernel/blk_drv/scsi/st.c | memcpy_tofs((char *)arg, (char *) (&mt_pos), sizeof(struct mtpos)); |