Searched refs:real_fops (Results 1 – 3 of 3) sorted by relevance
98 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() argument273 (!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() local295 r = debugfs_locked_down(inode, filp, real_fops); in open_proxy_open()299 if (!fops_get(real_fops)) { in open_proxy_open()[all …]
18 const struct file_operations *real_fops; member37 const struct file_operations *real_fops; member
420 const void *real_fops) in __debugfs_create_file() argument444 if (!real_fops) in __debugfs_create_file()447 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()