taglinefilesource code
ioctl28fs/ioctl.cif (filp->f_op && filp->f_op->ioctl)
ioctl29fs/ioctl.creturn filp->f_op->ioctl(filp->f_inode, filp, cmd,arg);
ioctl182include/linux/fs.hint (*ioctl) (struct inode *, struct file *, unsigned int, unsigned int);
ioctl56net/kern_sock.hint (*ioctl)(struct socket *sock, unsigned int cmd, unsigned long arg);
ioctl290net/socket.creturn sock->ops->ioctl(sock, cmd, arg);