Searched refs:fops_put (Results 1 – 16 of 16) sorted by relevance
76 fops_put(file->f_op); in phone_open()79 fops_put(old_fops); in phone_open()
49 fops_put(file->f_op); in usb_open()52 fops_put(old_fops); in usb_open()
150 fops_put(file->f_op); in misc_open()154 fops_put(old_fops); in misc_open()
639 fops_put(file->f_op); in soundcore_open()643 fops_put(old_fops); in soundcore_open()
175 fops_put(file->f_op); in snd_open()179 fops_put(old_fops); in snd_open()
891 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
89 fops_put(file->f_op); in dvb_device_open()92 fops_put(old_fops); in dvb_device_open()
210 fops_put(file->f_op); in dvb_dvr_release()1129 fops_put(file->f_op); in dvb_demux_release()
1459 fops_put(file->f_op);
2020 fops_put(file->f_op); in dvb_frontend_release()
190 fops_put(filp->f_op); in drm_stub_open()193 fops_put(old_fops); in drm_stub_open()
254 fops_put(file->f_op); in __fput()
737 fops_put(f->f_op); in __dentry_open()
2116 fops_put(new_fops); in input_open_file()2126 fops_put(file->f_op); in input_open_file()2129 fops_put(old_fops); in input_open_file()
328 fops_put(filep->f_op); in iio_event_chrdev_open()
1856 #define fops_put(fops) \ macro