Searched refs:real_fops (Results 1 – 3 of 3) sorted by relevance
63 return fsd->real_fops; in debugfs_real_fops()246 !real_fops->mmap) in debugfs_locked_down()288 if (real_fops->open) in open_proxy_open()366 if (real_fops->release) in full_proxy_release()371 fops_put(real_fops); in full_proxy_release()379 if (real_fops->llseek) in __full_proxy_fops_init()381 if (real_fops->read) in __full_proxy_fops_init()383 if (real_fops->write) in __full_proxy_fops_init()385 if (real_fops->poll) in __full_proxy_fops_init()432 if (real_fops->open) { in full_proxy_open()[all …]
20 const struct file_operations *real_fops; member
232 if (fsd && fsd->real_fops) { in debugfs_release_dentry()415 const struct file_operations *real_fops) in __debugfs_create_file() argument445 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()
Completed in 11 milliseconds