Home
last modified time | relevance | path

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

/fs/debugfs/
A Dfile.c98 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() local
316 if (real_fops->open) in open_proxy_open()
417 const struct file_operations *real_fops = fsd->real_fops; in full_proxy_release() local
429 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 …]
A Dinternal.h18 const struct file_operations *real_fops; member
37 const struct file_operations *real_fops; member
A Dinode.c414 const void *real_fops) in __debugfs_create_file() argument
443 if (!real_fops) in __debugfs_create_file()
446 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()

Completed in 12 milliseconds