Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_table.c455 fops_put(file->f_op); in __fput()
H A Dopen.c1001 fops_put(f->f_op); in do_dentry_open()
/linux/fs/debugfs/
H A Dfile.c399 fops_put(real_fops); in full_proxy_release()
488 fops_put(real_fops); in full_proxy_open()
/linux/sound/core/
H A Dinit.c1106 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/linux/include/linux/
H A Dfs.h2627 #define fops_put(fops) ({ \ macro
2641 fops_put(__file->f_op); \