Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dinit.c1139 fops_put(mfile->disconnected_f_op); in snd_power_ref_and_wait()
/linux/virt/kvm/
H A Dguest_memfd.c541 /* __fput() will take care of fops_put(). */
584 fops_put(&kvm_gmem_fops); in __kvm_gmem_create()
/linux/include/linux/
H A Dfs.h2354 #define fops_put(fops) ({ \ macro
2368 fops_put(__file->f_op); \