taglinefilesource code
ioctl56fs/ioctl.cif (filp->f_op && filp->f_op->ioctl)
ioctl57fs/ioctl.creturn filp->f_op->ioctl(filp->f_inode, filp, cmd,arg);
ioctl196include/linux/fs.hint (*ioctl) (struct inode *, struct file *, unsigned int, unsigned int);
ioctl189include/linux/tty.hint  (*ioctl)(struct tty_struct *tty, struct file * file,
ioctl1517kernel/chr_drv/console.ctty->ioctl = vt_ioctl;
ioctl745kernel/chr_drv/serial.ctty->ioctl = rs_ioctl;
ioctl427kernel/chr_drv/tty_ioctl.cif (tty->ioctl)
ioctl428kernel/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);
ioctl287net/socket.creturn sock->ops->ioctl(sock, cmd, arg);
ioctl1301net/tcp/sock.cif (!sk->prot->ioctl)
ioctl1303net/tcp/sock.creturn (sk->prot->ioctl (sk, cmd, arg));
ioctl111net/tcp/sock.hint (*ioctl) (volatile struct sock *sk, int cmd, unsigned long arg);