real_fops 62 fs/debugfs/file.c return fsd->real_fops; real_fops 94 fs/debugfs/file.c fsd->real_fops = (void *)((unsigned long)d_fsd & real_fops 147 fs/debugfs/file.c const struct file_operations *real_fops) real_fops 151 fs/debugfs/file.c !real_fops->unlocked_ioctl && real_fops 152 fs/debugfs/file.c !real_fops->compat_ioctl && real_fops 153 fs/debugfs/file.c !real_fops->mmap) real_fops 165 fs/debugfs/file.c const struct file_operations *real_fops = NULL; real_fops 172 fs/debugfs/file.c real_fops = debugfs_real_fops(filp); real_fops 174 fs/debugfs/file.c r = debugfs_locked_down(inode, filp, real_fops); real_fops 178 fs/debugfs/file.c if (!fops_get(real_fops)) { real_fops 180 fs/debugfs/file.c if (real_fops->owner && real_fops 181 fs/debugfs/file.c real_fops->owner->state == MODULE_STATE_GOING) real_fops 191 fs/debugfs/file.c replace_fops(filp, real_fops); real_fops 193 fs/debugfs/file.c if (real_fops->open) real_fops 194 fs/debugfs/file.c r = real_fops->open(inode, filp); real_fops 212 fs/debugfs/file.c const struct file_operations *real_fops; \ real_fops 218 fs/debugfs/file.c real_fops = debugfs_real_fops(filp); \ real_fops 219 fs/debugfs/file.c r = real_fops->name(args); \ real_fops 247 fs/debugfs/file.c const struct file_operations *real_fops; real_fops 252 fs/debugfs/file.c real_fops = debugfs_real_fops(filp); real_fops 253 fs/debugfs/file.c r = real_fops->poll(filp, wait); real_fops 261 fs/debugfs/file.c const struct file_operations *real_fops = debugfs_real_fops(filp); real_fops 271 fs/debugfs/file.c if (real_fops->release) real_fops 272 fs/debugfs/file.c r = real_fops->release(inode, filp); real_fops 276 fs/debugfs/file.c fops_put(real_fops); real_fops 281 fs/debugfs/file.c const struct file_operations *real_fops) real_fops 284 fs/debugfs/file.c if (real_fops->llseek) real_fops 286 fs/debugfs/file.c if (real_fops->read) real_fops 288 fs/debugfs/file.c if (real_fops->write) real_fops 290 fs/debugfs/file.c if (real_fops->poll) real_fops 292 fs/debugfs/file.c if (real_fops->unlocked_ioctl) real_fops 299 fs/debugfs/file.c const struct file_operations *real_fops = NULL; real_fops 307 fs/debugfs/file.c real_fops = debugfs_real_fops(filp); real_fops 309 fs/debugfs/file.c r = debugfs_locked_down(inode, filp, real_fops); real_fops 313 fs/debugfs/file.c if (!fops_get(real_fops)) { real_fops 315 fs/debugfs/file.c if (real_fops->owner && real_fops 316 fs/debugfs/file.c real_fops->owner->state == MODULE_STATE_GOING) real_fops 332 fs/debugfs/file.c __full_proxy_fops_init(proxy_fops, real_fops); real_fops 335 fs/debugfs/file.c if (real_fops->open) { real_fops 336 fs/debugfs/file.c r = real_fops->open(inode, filp); real_fops 351 fs/debugfs/file.c fops_put(real_fops); real_fops 376 fs/debugfs/inode.c const struct file_operations *real_fops) real_fops 401 fs/debugfs/inode.c dentry->d_fsdata = (void *)((unsigned long)real_fops | real_fops 19 fs/debugfs/internal.h const struct file_operations *real_fops;