Home
last modified time | relevance | path

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

/linux-6.12.1/fs/debugfs/
Dfile.c63 return fsd->real_fops; in debugfs_real_fops()
103 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()
240 const struct file_operations *real_fops) in debugfs_locked_down() argument
244 !real_fops->unlocked_ioctl && in debugfs_locked_down()
245 !real_fops->compat_ioctl && in debugfs_locked_down()
246 !real_fops->mmap) in debugfs_locked_down()
258 const struct file_operations *real_fops = NULL; in open_proxy_open() local
265 real_fops = debugfs_real_fops(filp); in open_proxy_open()
267 r = debugfs_locked_down(inode, filp, real_fops); in open_proxy_open()
271 if (!fops_get(real_fops)) { in open_proxy_open()
[all …]
Dinternal.h20 const struct file_operations *real_fops; member
Dinode.c232 if (fsd && fsd->real_fops) { in debugfs_release_dentry()
415 const struct file_operations *real_fops) in __debugfs_create_file() argument
445 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()