Home
last modified time | relevance | path

Searched refs:real_fops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/debugfs/
H A Dfile.c63 return fsd->real_fops; in debugfs_real_fops()
103 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()
156 const struct file_operations *real_fops) in debugfs_locked_down()
160 !real_fops->unlocked_ioctl && in debugfs_locked_down()
161 !real_fops->compat_ioctl && in debugfs_locked_down()
162 !real_fops->mmap) in debugfs_locked_down()
174 const struct file_operations *real_fops = NULL; in open_proxy_open() local
181 real_fops = debugfs_real_fops(filp); in open_proxy_open()
183 r = debugfs_locked_down(inode, filp, real_fops); in open_proxy_open()
187 if (!fops_get(real_fops)) { in open_proxy_open()
154 debugfs_locked_down(struct inode *inode, struct file *filp, const struct file_operations *real_fops) debugfs_locked_down() argument
258 const struct file_operations *real_fops; full_proxy_poll() local
272 const struct file_operations *real_fops = debugfs_real_fops(filp); full_proxy_release() local
291 __full_proxy_fops_init(struct file_operations *proxy_fops, const struct file_operations *real_fops) __full_proxy_fops_init() argument
310 const struct file_operations *real_fops = NULL; full_proxy_open() local
[all...]
H A Dinternal.h19 const struct file_operations *real_fops; member
21 /* automount_fn is used when real_fops is NULL */
H A Dinode.c390 const struct file_operations *real_fops) in __debugfs_create_file()
420 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()
387 __debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *proxy_fops, const struct file_operations *real_fops) __debugfs_create_file() argument
/kernel/linux/linux-6.6/fs/debugfs/
H A Dfile.c63 return fsd->real_fops; in debugfs_real_fops()
103 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()
156 const struct file_operations *real_fops) in debugfs_locked_down()
160 !real_fops->unlocked_ioctl && in debugfs_locked_down()
161 !real_fops->compat_ioctl && in debugfs_locked_down()
162 !real_fops->mmap) in debugfs_locked_down()
174 const struct file_operations *real_fops = NULL; in open_proxy_open() local
181 real_fops = debugfs_real_fops(filp); in open_proxy_open()
183 r = debugfs_locked_down(inode, filp, real_fops); in open_proxy_open()
187 if (!fops_get(real_fops)) { in open_proxy_open()
154 debugfs_locked_down(struct inode *inode, struct file *filp, const struct file_operations *real_fops) debugfs_locked_down() argument
258 const struct file_operations *real_fops; full_proxy_poll() local
272 const struct file_operations *real_fops = debugfs_real_fops(filp); full_proxy_release() local
291 __full_proxy_fops_init(struct file_operations *proxy_fops, const struct file_operations *real_fops) __full_proxy_fops_init() argument
310 const struct file_operations *real_fops = NULL; full_proxy_open() local
[all...]
H A Dinternal.h19 const struct file_operations *real_fops; member
21 /* automount_fn is used when real_fops is NULL */
H A Dinode.c413 const struct file_operations *real_fops) in __debugfs_create_file()
443 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file()
410 __debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *proxy_fops, const struct file_operations *real_fops) __debugfs_create_file() argument

Completed in 6 milliseconds