new_fops          105 drivers/char/misc.c 	const struct file_operations *new_fops = NULL;
new_fops          111 drivers/char/misc.c 			new_fops = fops_get(c->fops);
new_fops          116 drivers/char/misc.c 	if (!new_fops) {
new_fops          123 drivers/char/misc.c 				new_fops = fops_get(c->fops);
new_fops          127 drivers/char/misc.c 		if (!new_fops)
new_fops          139 drivers/char/misc.c 	replace_fops(file, new_fops);
new_fops         1092 drivers/gpu/drm/drm_drv.c 	const struct file_operations *new_fops;
new_fops         1105 drivers/gpu/drm/drm_drv.c 	new_fops = fops_get(minor->dev->driver->fops);
new_fops         1106 drivers/gpu/drm/drm_drv.c 	if (!new_fops) {
new_fops         1111 drivers/gpu/drm/drm_drv.c 	replace_fops(filp, new_fops);
new_fops          105 drivers/media/dvb-core/dvbdev.c 		const struct file_operations *new_fops;
new_fops          107 drivers/media/dvb-core/dvbdev.c 		new_fops = fops_get(dvbdev->fops);
new_fops          108 drivers/media/dvb-core/dvbdev.c 		if (!new_fops)
new_fops          111 drivers/media/dvb-core/dvbdev.c 		replace_fops(file, new_fops);
new_fops           37 drivers/usb/core/file.c 	const struct file_operations *new_fops;
new_fops           40 drivers/usb/core/file.c 	new_fops = fops_get(usb_minors[iminor(inode)]);
new_fops           42 drivers/usb/core/file.c 	if (!new_fops)
new_fops           45 drivers/usb/core/file.c 	replace_fops(file, new_fops);
new_fops          142 sound/core/sound.c 	const struct file_operations *new_fops;
new_fops          156 sound/core/sound.c 	new_fops = fops_get(mptr->f_ops);
new_fops          158 sound/core/sound.c 	if (!new_fops)
new_fops          160 sound/core/sound.c 	replace_fops(file, new_fops);
new_fops          541 sound/sound_core.c 	const struct file_operations *new_fops = NULL;
new_fops          554 sound/sound_core.c 		new_fops = fops_get(s->unit_fops);
new_fops          555 sound/sound_core.c 	if (preclaim_oss && !new_fops) {
new_fops          581 sound/sound_core.c 			new_fops = fops_get(s->unit_fops);
new_fops          584 sound/sound_core.c 	if (new_fops) {
new_fops          590 sound/sound_core.c 		replace_fops(file, new_fops);