Home
last modified time | relevance | path

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

/linux/fs/debugfs/
H A Dfile.c98 fsd->real_fops = NULL; in __debugfs_file_get()
101 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get()
269 const struct file_operations *real_fops) in debugfs_locked_down() argument
273 (!real_fops || in debugfs_locked_down()
274 (!real_fops->unlocked_ioctl && in debugfs_locked_down()
275 !real_fops->compat_ioctl && in debugfs_locked_down()
276 !real_fops->mmap))) in debugfs_locked_down()
288 const struct file_operations *real_fops = DEBUGFS_I(inode)->real_fops; in open_proxy_open() local
295 r = debugfs_locked_down(inode, filp, real_fops); in open_proxy_open()
299 if (!fops_get(real_fops)) { in open_proxy_open()
[all …]
H A Dinternal.h18 const struct file_operations *real_fops; member
37 const struct file_operations *real_fops; member
H A Dinode.c420 const void *real_fops) in __debugfs_create_file() argument
444 if (!real_fops) in __debugfs_create_file()
447 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()