taglinefilesource code
chrdev_fops18fs/devices.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
chrdev_fops30fs/devices.cif (chrdev_fops[major])
chrdev_fops32fs/devices.cchrdev_fops[major] = fops;
chrdev_fops105fs/devices.cif (i >= MAX_CHRDEV || !chrdev_fops[i])
chrdev_fops107fs/devices.cfilp->f_op = chrdev_fops[i];