Home
last modified time | relevance | path

Searched refs:fops_put (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/telephony/
Dphonedev.c80 fops_put(file->f_op); in phone_open()
83 fops_put(old_fops); in phone_open()
/linux-2.4.37.9/drivers/char/drm/
Ddrm_stub.h60 fops_put(filp->f_op); in DRM()
63 fops_put(old_fops); in DRM()
/linux-2.4.37.9/drivers/char/
Dmisc.c136 fops_put(file->f_op); in misc_open()
140 fops_put(old_fops); in misc_open()
/linux-2.4.37.9/drivers/input/
Dinput.c386 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()
/linux-2.4.37.9/drivers/sound/
Dsound_core.c534 fops_put(file->f_op); in soundcore_open()
537 fops_put(old_fops); in soundcore_open()
/linux-2.4.37.9/fs/
Dfile_table.c117 fops_put(file->f_op); in fput()
Ddevices.c80 fops_put(ret); in get_chrfops()
Dopen.c724 fops_put(f->f_op); in dentry_open()
/linux-2.4.37.9/drivers/media/video/
Dvideodev.c165 fops_put(file->f_op); in video_open()
168 fops_put(old_fops); in video_open()
/linux-2.4.37.9/net/atm/
Dcommon.c880 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()
/linux-2.4.37.9/fs/proc/
Dgeneric.c418 fops_put(fops); in proc_kill_inodes()
/linux-2.4.37.9/fs/nfsd/
Dvfs.c490 fops_put(filp->f_op); in nfsd_open()
518 fops_put(filp->f_op); in nfsd_close()
/linux-2.4.37.9/drivers/usb/
Dusb.c2341 fops_put(file->f_op); in usb_open()
2344 fops_put(old_fops); in usb_open()
/linux-2.4.37.9/include/linux/
Dfs.h1021 #define fops_put(fops) \ macro