Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfile_table.c283 fops_put(file->f_op); in __fput()
Dopen.c800 fops_put(f->f_op); in do_dentry_open()
/Linux-v4.19/fs/debugfs/
Dfile.c243 fops_put(real_fops); in full_proxy_release()
308 fops_put(real_fops); in full_proxy_open()
/Linux-v4.19/sound/core/
Dinit.c985 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/Linux-v4.19/include/linux/
Dfs.h2204 #define fops_put(fops) \ macro
2214 fops_put(__file->f_op); \