Home
last modified time | relevance | path

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

/linux/fs/debugfs/
H A Dfile.c429 fops_put(real_fops); in full_proxy_release()
469 fops_put(real_fops); in full_proxy_open_regular()
474 fops_put(real_fops); in full_proxy_open_regular()
/linux/virt/kvm/
H A Dguest_memfd.c620 fops_put(&kvm_gmem_fops); in __kvm_gmem_create()
/linux/sound/core/
H A Dinit.c1104 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/linux/include/linux/
H A Dfs.h2341 #define fops_put(fops) ({ \ macro
2355 fops_put(__file->f_op); \