Searched refs:real_fops (Results 1 – 3 of 3) sorted by relevance
61 return fsd->real_fops; in debugfs_real_fops()93 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()142 const struct file_operations *real_fops = NULL; in open_proxy_open() local149 real_fops = debugfs_real_fops(filp); in open_proxy_open()150 real_fops = fops_get(real_fops); in open_proxy_open()151 if (!real_fops) { in open_proxy_open()158 replace_fops(filp, real_fops); in open_proxy_open()160 if (real_fops->open) in open_proxy_open()161 r = real_fops->open(inode, filp); in open_proxy_open()179 const struct file_operations *real_fops; \[all …]
19 const struct file_operations *real_fops; member
339 const struct file_operations *real_fops) in __debugfs_create_file() argument360 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()