taglinefilesource code
chrdev_fops29fs/ext/chrdev.cfilp->f_op = chrdev_fops[i];
chrdev_fops23fs/minix/chrdev.cfilp->f_op = chrdev_fops[i];
chrdev_fops20fs/open.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
chrdev_fops218include/linux/fs.hextern struct file_operations * chrdev_fops[MAX_CHRDEV];
chrdev_fops130kernel/chr_drv/lp.cchrdev_fops[6] = &lp_fops;
chrdev_fops256kernel/chr_drv/mem.cchrdev_fops[1] = &mem_fops;
chrdev_fops169kernel/chr_drv/mouse.cchrdev_fops[10] = &mouse_fops;
chrdev_fops635kernel/chr_drv/tty_io.cchrdev_fops[4] = &tty_fops;
chrdev_fops636kernel/chr_drv/tty_io.cchrdev_fops[5] = &tty_fops;