Home
last modified time | relevance | path

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

/Linux-v5.4/fs/debugfs/
Dfile.c254 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release() local
267 kfree((void *)proxy_fops); in full_proxy_release()
272 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init() argument
275 proxy_fops->release = full_proxy_release; in __full_proxy_fops_init()
277 proxy_fops->llseek = full_proxy_llseek; in __full_proxy_fops_init()
279 proxy_fops->read = full_proxy_read; in __full_proxy_fops_init()
281 proxy_fops->write = full_proxy_write; in __full_proxy_fops_init()
283 proxy_fops->poll = full_proxy_poll; in __full_proxy_fops_init()
285 proxy_fops->unlocked_ioctl = full_proxy_unlocked_ioctl; in __full_proxy_fops_init()
292 struct file_operations *proxy_fops = NULL; in full_proxy_open() local
[all …]
Dinode.c375 const struct file_operations *proxy_fops, in __debugfs_create_file() argument
400 inode->i_fop = proxy_fops; in __debugfs_create_file()