Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfile_table.c286 fops_put(file->f_op); in __fput()
H A Dopen.c865 fops_put(f->f_op); in do_dentry_open()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c279 fops_put(real_fops); in full_proxy_release()
356 fops_put(real_fops); in full_proxy_open()
/OK3568_Linux_fs/kernel/sound/core/
H A Dinit.c972 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2368 #define fops_put(fops) \ macro
2378 fops_put(__file->f_op); \