Home
last modified time | relevance | path

Searched refs:file_operations (Results 1 – 25 of 35) sorted by relevance

12

/include/linux/
Danon_inodes.h14 struct file_operations;
18 const struct file_operations *fops,
21 const struct file_operations *fops,
24 const struct file_operations *fops,
27 int anon_inode_getfd(const char *name, const struct file_operations *fops,
30 const struct file_operations *fops,
Dsound.h12 extern int register_sound_special(const struct file_operations *fops, int unit);
13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic…
14 extern int register_sound_mixer(const struct file_operations *fops, int dev);
15 extern int register_sound_dsp(const struct file_operations *fops, int dev);
Dmnt_namespace.h20 extern const struct file_operations proc_mounts_operations;
21 extern const struct file_operations proc_mountinfo_operations;
22 extern const struct file_operations proc_mountstats_operations;
Dcdev.h10 struct file_operations;
17 const struct file_operations *ops;
23 void cdev_init(struct cdev *, const struct file_operations *);
Dtracefs.h20 struct file_operations;
63 const struct file_operations **fops);
95 const struct file_operations *fops);
Dfile.h20 struct file_operations;
27 const char *, int flags, const struct file_operations *);
29 const char *, int flags, const struct file_operations *);
31 const struct file_operations *);
Ddebugfs.h22 struct file_operations;
54 static const struct file_operations __fops = { \
76 const struct file_operations *fops);
79 const struct file_operations *fops);
83 const struct file_operations *fops,
101 const struct file_operations *debugfs_real_fops(const struct file *filp);
210 const struct file_operations *fops) in debugfs_create_file()
218 const struct file_operations *fops) in debugfs_create_file_unsafe()
225 const struct file_operations *fops, in debugfs_create_file_size()
260 const struct file_operations *debugfs_real_fops(const struct file *filp);
Dramfs.h23 extern const struct file_operations ramfs_file_operations;
Dmiscdevice.h82 const struct file_operations *fops;
Dseq_file.h198 static const struct file_operations __name ## _fops = { \
212 static const struct file_operations __name ## _fops = { \
226 static const struct file_operations __name ## _fops = { \
Dfdtable.h59 struct file_operations;
Dfs_context.h19 struct file_operations;
173 extern const struct file_operations fscontext_fops;
Drandom.h161 extern const struct file_operations random_fops, urandom_fops;
Dnfs_fs.h513 extern const struct file_operations nfs_file_operations;
515 extern const struct file_operations nfs4_file_operations;
548 extern const struct file_operations nfs_dir_operations;
Drelay.h278 extern const struct file_operations relay_file_operations;
Dfs.h720 const struct file_operations *i_fop; /* former ->i_op->default_file_ops */
1038 const struct file_operations *f_op;
2080 struct file_operations { struct
2620 const struct file_operations *_fops = (fops); \
2625 const struct file_operations *_fops = (fops); \
2822 extern const struct file_operations def_blk_fops;
2823 extern const struct file_operations def_chr_fops;
2837 const struct file_operations *fops);
2844 const struct file_operations *fops) in register_chrdev()
3345 extern const struct file_operations generic_ro_fops;
[all …]
Dvt_kern.h128 int vty_init(const struct file_operations *console_fops);
/include/drm/
Ddrm_accel.h48 static const struct file_operations name = {\
Ddrm_gem_dma_helper.h260 static const struct file_operations name = {\
Ddrm_drv.h434 const struct file_operations *fops;
/include/linux/sunrpc/
Dcache.h175 extern const struct file_operations cache_file_operations_pipefs;
176 extern const struct file_operations content_file_operations_pipefs;
177 extern const struct file_operations cache_flush_operations_pipefs;
/include/media/
Ddvbdev.h165 const struct file_operations *fops;
205 struct file_operations *fops;
/include/misc/
Dcxl.h181 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
/include/sound/
Dcore.h227 const struct file_operations *f_ops; /* file operations */
255 const struct file_operations *f_ops,
262 const struct file_operations *f_ops, void *private_data);
/include/rdma/
Duverbs_types.h148 const struct file_operations *fops;

12