tag | line | file | source code |
---|---|---|---|
ioctl | 28 | fs/ioctl.c | if (filp->f_op && filp->f_op->ioctl) |
ioctl | 29 | fs/ioctl.c | return filp->f_op->ioctl(filp->f_inode, filp, cmd,arg); |
ioctl | 182 | include/linux/fs.h | int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned int); |
ioctl | 56 | net/kern_sock.h | int (*ioctl)(struct socket *sock, unsigned int cmd, unsigned long arg); |
ioctl | 290 | net/socket.c | return sock->ops->ioctl(sock, cmd, arg); |