taglinefilesource code
MAX_CHRDEV18fs/devices.cstruct file_operations * chrdev_fops[MAX_CHRDEV] = {
MAX_CHRDEV28fs/devices.cif (major >= MAX_CHRDEV)
MAX_CHRDEV105fs/devices.cif (i >= MAX_CHRDEV || !chrdev_fops[i])