Searched refs:fops_put (Results 1 – 14 of 14) sorted by relevance
80 fops_put(file->f_op); in phone_open()83 fops_put(old_fops); in phone_open()
60 fops_put(filp->f_op); in DRM()63 fops_put(old_fops); in DRM()
136 fops_put(file->f_op); in misc_open()140 fops_put(old_fops); in misc_open()
386 fops_put(new_fops); in input_open_file()397 fops_put(file->f_op); in input_open_file()400 fops_put(old_fops); in input_open_file()
534 fops_put(file->f_op); in soundcore_open()537 fops_put(old_fops); in soundcore_open()
117 fops_put(file->f_op); in fput()
80 fops_put(ret); in get_chrfops()
724 fops_put(f->f_op); in dentry_open()
165 fops_put(file->f_op); in video_open()168 fops_put(old_fops); in video_open()
880 fops_put(&atm_tcp_ops); in vcc_ioctl()893 fops_put(&atm_tcp_ops); in vcc_ioctl()905 fops_put(&atm_tcp_ops); in vcc_ioctl()
418 fops_put(fops); in proc_kill_inodes()
490 fops_put(filp->f_op); in nfsd_open()518 fops_put(filp->f_op); in nfsd_close()
2341 fops_put(file->f_op); in usb_open()2344 fops_put(old_fops); in usb_open()
1021 #define fops_put(fops) \ macro