tag | line | file | source code |
chrdev_fops | 29 | fs/ext/chrdev.c | filp->f_op = chrdev_fops[i]; |
chrdev_fops | 23 | fs/minix/chrdev.c | filp->f_op = chrdev_fops[i]; |
chrdev_fops | 20 | fs/open.c | struct file_operations * chrdev_fops[MAX_CHRDEV] = { |
chrdev_fops | 218 | include/linux/fs.h | extern struct file_operations * chrdev_fops[MAX_CHRDEV]; |
chrdev_fops | 130 | kernel/chr_drv/lp.c | chrdev_fops[6] = &lp_fops; |
chrdev_fops | 256 | kernel/chr_drv/mem.c | chrdev_fops[1] = &mem_fops; |
chrdev_fops | 169 | kernel/chr_drv/mouse.c | chrdev_fops[10] = &mouse_fops; |
chrdev_fops | 635 | kernel/chr_drv/tty_io.c | chrdev_fops[4] = &tty_fops; |
chrdev_fops | 636 | kernel/chr_drv/tty_io.c | chrdev_fops[5] = &tty_fops; |