Home
last modified time | relevance | path

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

12

/include/linux/
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);
Danon_inodes.h12 struct file_operations;
15 const struct file_operations *fops,
17 int anon_inode_getfd(const char *name, const struct file_operations *fops,
Dmnt_namespace.h14 extern const struct file_operations proc_mounts_operations;
15 extern const struct file_operations proc_mountinfo_operations;
16 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;
26 const struct file_operations *fops);
Dfile.h18 struct file_operations;
24 const char *, int flags, const struct file_operations *);
26 const struct file_operations *);
Ddebugfs.h22 struct file_operations;
48 static const struct file_operations __fops = { \
65 const struct file_operations *fops);
68 const struct file_operations *fops);
72 const struct file_operations *fops,
88 const struct file_operations *debugfs_real_fops(const struct file *filp);
171 const struct file_operations *fops) in debugfs_create_file()
179 const struct file_operations *fops) in debugfs_create_file_unsafe()
186 const struct file_operations *fops, in debugfs_create_file_size()
219 const struct file_operations *debugfs_real_fops(const struct file *filp);
Doprofile.h46 struct file_operations;
128 char const * name, const struct file_operations * fops);
131 char const * name, const struct file_operations * fops, int perm);
Dramfs.h20 extern const struct file_operations ramfs_file_operations;
Dmiscdevice.h69 const struct file_operations *fops;
Dbtf.h14 extern const struct file_operations btf_fops;
Dfs_context.h19 struct file_operations;
170 extern const struct file_operations fscontext_fops;
Dproc_fs.h46 const struct file_operations *,
49 … char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops);
Dfdtable.h69 struct file_operations;
Dpid.h73 extern const struct file_operations pidfd_fops;
Dnfs_fs.h454 extern const struct file_operations nfs_file_operations;
456 extern const struct file_operations nfs4_file_operations;
489 extern const struct file_operations nfs_dir_operations;
Drandom.h47 extern const struct file_operations random_fops, urandom_fops;
/include/linux/sunrpc/
Dstats.h66 const struct file_operations *);
78 const struct file_operations *f) { return NULL; } in svc_proc_register()
Dcache.h165 extern const struct file_operations cache_file_operations_pipefs;
166 extern const struct file_operations content_file_operations_pipefs;
167 extern const struct file_operations cache_flush_operations_pipefs;
/include/linux/ceph/
Ddebugfs.h14 static const struct file_operations name##_fops = { \
/include/sound/
Dcore.h162 const struct file_operations *f_ops; /* file operations */
185 const struct file_operations *f_ops,
192 const struct file_operations *f_ops, void *private_data);
/include/drm/
Ddrm_gem_cma_helper.h53 static const struct file_operations name = {\
Ddrm_gem_shmem_helper.h118 static const struct file_operations name = {\
/include/misc/
Dcxl.h181 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
/include/rdma/
Duverbs_types.h159 const struct file_operations *fops;

12