Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile_table.c436 fops_put(file->f_op); in __fput()
Dopen.c1014 fops_put(f->f_op); in do_dentry_open()
/linux-6.12.1/fs/debugfs/
Dfile.c371 fops_put(real_fops); in full_proxy_release()
448 fops_put(real_fops); in full_proxy_open()
/linux-6.12.1/sound/core/
Dinit.c1106 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/linux-6.12.1/include/linux/
Dfs.h2604 #define fops_put(fops) ({ \ macro
2618 fops_put(__file->f_op); \