Searched refs:new_fops (Results 1 – 7 of 7) sorted by relevance
127 const struct file_operations *new_fops = NULL; in misc_open() local135 new_fops = fops_get(iter->fops); in misc_open()139 if (!new_fops) { in misc_open()148 new_fops = fops_get(iter->fops); in misc_open()151 if (!new_fops) in misc_open()163 replace_fops(file, new_fops); in misc_open()
537 const struct file_operations *new_fops = NULL; in soundcore_open() local550 new_fops = fops_get(s->unit_fops); in soundcore_open()551 if (preclaim_oss && !new_fops) { in soundcore_open()577 new_fops = fops_get(s->unit_fops); in soundcore_open()581 if (!new_fops) in soundcore_open()588 replace_fops(file, new_fops); in soundcore_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()
259 const struct file_operations *new_fops; in accel_stub_open() local267 new_fops = fops_get(minor->dev->driver->fops); in accel_stub_open()268 if (!new_fops) { in accel_stub_open()273 replace_fops(filp, new_fops); in accel_stub_open()
148 const struct file_operations *new_fops; in snd_open() local162 new_fops = fops_get(mptr->f_ops); in snd_open()164 if (!new_fops) in snd_open()166 replace_fops(file, new_fops); in snd_open()
1045 const struct file_operations *new_fops; in drm_stub_open() local1055 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()1056 if (!new_fops) { in drm_stub_open()1061 replace_fops(filp, new_fops); in drm_stub_open()
95 const struct file_operations *new_fops; in dvb_device_open() local97 new_fops = fops_get(dvbdev->fops); in dvb_device_open()98 if (!new_fops) in dvb_device_open()101 replace_fops(file, new_fops); in dvb_device_open()
Completed in 23 milliseconds