Home
last modified time | relevance | path

Searched refs:fops_put (Results 1 – 3 of 3) 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/fs/
H A Dfile_table.c473 fops_put(file->f_op); in __fput()
/linux/include/linux/
H A Dfs.h2749 #define fops_put(fops) ({ \ macro
2763 fops_put(__file->f_op); \