taglinefilesource code
ioctl51fs/ioctl.cif (filp->f_op && filp->f_op->ioctl)
ioctl52fs/ioctl.creturn filp->f_op->ioctl(filp->f_inode, filp, cmd,arg);
ioctl94fs/ioctl.cif (filp->f_op && filp->f_op->ioctl)
ioctl95fs/ioctl.creturn filp->f_op->ioctl(filp->f_inode, filp, cmd,arg);
ioctl280include/linux/fs.hint (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long);
ioctl108include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
ioctl229include/linux/tty.hint  (*ioctl)(struct tty_struct *tty, struct file * file,
ioctl257include/linux/tty.hint  (*ioctl)(struct tty_struct * tty, struct file * file,
ioctl1546kernel/chr_drv/console.ctty->ioctl = vt_ioctl;
ioctl1602kernel/chr_drv/serial.ctty->ioctl = rs_ioctl;
ioctl630kernel/chr_drv/tty_ioctl.cif (!tty->ioctl)
ioctl632kernel/chr_drv/tty_ioctl.ctty->ioctl(tty, file, cmd, arg);
ioctl635kernel/chr_drv/tty_ioctl.cif (tty->ioctl) {
ioctl636kernel/chr_drv/tty_ioctl.cretval = (tty->ioctl)(tty, file, cmd, arg);
ioctl640kernel/chr_drv/tty_ioctl.cif (ldiscs[tty->disc].ioctl) {
ioctl641kernel/chr_drv/tty_ioctl.cretval = (ldiscs[tty->disc].ioctl)
ioctl698net/inet/slip.csl_ldisc.ioctl  = (int (*)(struct tty_struct *, struct file *,
ioctl1418net/inet/sock.cif (!sk || !sk->prot->ioctl) return(-EINVAL);
ioctl1419net/inet/sock.creturn(sk->prot->ioctl(sk, cmd, arg));
ioctl154net/inet/sock.hint      (*ioctl)(struct sock *sk, int cmd,
ioctl300net/socket.creturn(sock->ops->ioctl(sock, cmd, arg));