taglinefilesource code
mt_count2382drivers/char/tpqic02.cprintk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count);
mt_count2384drivers/char/tpqic02.cif (operation.mt_count < 0)
mt_count2387drivers/char/tpqic02.cioctl_status.mt_resid = operation.mt_count;
mt_count2389drivers/char/tpqic02.cseek_addr_buf[0] = (operation.mt_count>>16)&0xff;
mt_count2390drivers/char/tpqic02.cseek_addr_buf[1] = (operation.mt_count>>8)&0xff;
mt_count2391drivers/char/tpqic02.cseek_addr_buf[2] = (operation.mt_count)&0xff;
mt_count2392drivers/char/tpqic02.cif (operation.mt_count>>24)
mt_count2399drivers/char/tpqic02.cwhile (operation.mt_count > 0) {
mt_count2400drivers/char/tpqic02.coperation.mt_count--;
mt_count2403drivers/char/tpqic02.cioctl_status.mt_resid = operation.mt_count;
mt_count1321drivers/scsi/st.creturn st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count);
mt_count18include/linux/mtio.hint  mt_count;  /* how many of them */