Home
last modified time | relevance | path

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

/openbmc/linux/fs/debugfs/
H A Dfile.c63 return fsd->real_fops; in debugfs_real_fops()
162 !real_fops->mmap) in debugfs_locked_down()
204 if (real_fops->open) in open_proxy_open()
282 if (real_fops->release) in full_proxy_release()
287 fops_put(real_fops); in full_proxy_release()
295 if (real_fops->llseek) in __full_proxy_fops_init()
297 if (real_fops->read) in __full_proxy_fops_init()
299 if (real_fops->write) in __full_proxy_fops_init()
301 if (real_fops->poll) in __full_proxy_fops_init()
348 if (real_fops->open) { in full_proxy_open()
[all …]
H A Dinternal.h19 const struct file_operations *real_fops; member
H A Dinode.c413 const struct file_operations *real_fops) in __debugfs_create_file() argument
443 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()