Home
last modified time | relevance | path

Searched defs:proxy_fops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/debugfs/
H A Dfile.c273 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release() local
291 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init()
311 struct file_operations *proxy_fops = NULL; in full_proxy_open() local
H A Dinode.c412 const struct file_operations *proxy_fops, in __debugfs_create_file()