Searched refs:new_fops (Results 1 – 6 of 6) sorted by relevance
105 const struct file_operations *new_fops = NULL; in misc_open() local111 new_fops = fops_get(c->fops); in misc_open()116 if (!new_fops) { in misc_open()123 new_fops = fops_get(c->fops); in misc_open()127 if (!new_fops) in misc_open()139 replace_fops(file, new_fops); in misc_open()
37 const struct file_operations *new_fops; in usb_open() local40 new_fops = fops_get(usb_minors[iminor(inode)]); in usb_open()42 if (!new_fops) in usb_open()45 replace_fops(file, new_fops); in usb_open()
545 const struct file_operations *new_fops = NULL; in soundcore_open() local558 new_fops = fops_get(s->unit_fops); in soundcore_open()559 if (preclaim_oss && !new_fops) { in soundcore_open()585 new_fops = fops_get(s->unit_fops); in soundcore_open()588 if (new_fops) { in soundcore_open()594 replace_fops(file, new_fops); in soundcore_open()
154 const struct file_operations *new_fops; in snd_open() local168 new_fops = fops_get(mptr->f_ops); in snd_open()170 if (!new_fops) in snd_open()172 replace_fops(file, new_fops); in snd_open()
930 const struct file_operations *new_fops; in drm_stub_open() local943 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()944 if (!new_fops) { in drm_stub_open()949 replace_fops(filp, new_fops); in drm_stub_open()
105 const struct file_operations *new_fops; in dvb_device_open() local107 new_fops = fops_get(dvbdev->fops); in dvb_device_open()108 if (!new_fops) in dvb_device_open()111 replace_fops(file, new_fops); in dvb_device_open()