Home
last modified time | relevance | path

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

/linux-6.15/fs/debugfs/
H A Dfile.c69 return fsd->real_fops; in debugfs_real_fops()
115 fsd->real_fops = NULL; in __debugfs_file_get()
118 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get()
290 (!real_fops || in debugfs_locked_down()
335 if (real_fops->open) in open_proxy_open()
437 if (real_fops->release) in full_proxy_release()
440 fops_put(real_fops); in full_proxy_release()
456 real_fops = fsd->real_fops; in full_proxy_open_regular()
477 if (real_fops->open) { in full_proxy_open_regular()
480 fops_put(real_fops); in full_proxy_open_regular()
[all …]
H A Dinternal.h18 const struct file_operations *real_fops; member
37 const struct file_operations *real_fops; member
H A Dinode.c429 const void *real_fops) in __debugfs_create_file() argument
458 if (!real_fops) in __debugfs_create_file()
461 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()