taglinefilesource code
ioctl86fs/ioctl.cif (filp->f_op && filp->f_op->ioctl)
ioctl87fs/ioctl.creturn filp->f_op->ioctl(filp->f_inode, filp, cmd,arg);
ioctl208include/linux/fs.hint (*ioctl) (struct inode *, struct file *, unsigned int, unsigned int);
ioctl191include/linux/tty.hint  (*ioctl)(struct tty_struct *tty, struct file * file,
ioctl1517kernel/chr_drv/console.ctty->ioctl = vt_ioctl;
ioctl862kernel/chr_drv/serial.ctty->ioctl = rs_ioctl;
ioctl434kernel/chr_drv/tty_ioctl.cif (tty->ioctl)
ioctl435kernel/chr_drv/tty_ioctl.creturn (tty->ioctl)(tty, file, cmd, arg);
ioctl56net/kern_sock.hint (*ioctl)(struct socket *sock, unsigned int cmd, unsigned long arg);
ioctl292net/socket.creturn sock->ops->ioctl(sock, cmd, arg);
ioctl1445net/tcp/sock.cif (!sk->prot->ioctl)
ioctl1447net/tcp/sock.creturn (sk->prot->ioctl (sk, cmd, arg));
ioctl130net/tcp/sock.hint (*ioctl) (volatile struct sock *sk, int cmd, unsigned long arg);