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()273 (!real_fops || in debugfs_locked_down()288 const struct file_operations *real_fops = DEBUGFS_I(inode)->real_fops; in open_proxy_open() local316 if (real_fops->open) in open_proxy_open()417 const struct file_operations *real_fops = fsd->real_fops; in full_proxy_release() local429 fops_put(real_fops); in full_proxy_release()445 real_fops = fsd->real_fops; in full_proxy_open_regular()466 if (real_fops->open) { in full_proxy_open_regular()469 fops_put(real_fops); in full_proxy_open_regular()[all …]
18 const struct file_operations *real_fops; member37 const struct file_operations *real_fops; member
414 const void *real_fops) in __debugfs_create_file() argument443 if (!real_fops) in __debugfs_create_file()446 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()
Completed in 12 milliseconds