Searched refs:file_operations (Results 1 – 25 of 42) sorted by relevance
12
/include/linux/ |
D | sound.h | 12 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);
|
D | anon_inodes.h | 12 struct file_operations; 15 const struct file_operations *fops, 17 int anon_inode_getfd(const char *name, const struct file_operations *fops,
|
D | mnt_namespace.h | 14 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;
|
D | cdev.h | 10 struct file_operations; 17 const struct file_operations *ops; 23 void cdev_init(struct cdev *, const struct file_operations *);
|
D | tracefs.h | 20 struct file_operations; 26 const struct file_operations *fops);
|
D | file.h | 18 struct file_operations; 24 const char *, int flags, const struct file_operations *); 26 const struct file_operations *);
|
D | debugfs.h | 22 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);
|
D | oprofile.h | 46 struct file_operations; 128 char const * name, const struct file_operations * fops); 131 char const * name, const struct file_operations * fops, int perm);
|
D | ramfs.h | 20 extern const struct file_operations ramfs_file_operations;
|
D | miscdevice.h | 69 const struct file_operations *fops;
|
D | btf.h | 14 extern const struct file_operations btf_fops;
|
D | fs_context.h | 19 struct file_operations; 170 extern const struct file_operations fscontext_fops;
|
D | proc_fs.h | 46 const struct file_operations *, 49 … char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops);
|
D | fdtable.h | 69 struct file_operations;
|
D | pid.h | 73 extern const struct file_operations pidfd_fops;
|
D | nfs_fs.h | 454 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;
|
D | random.h | 47 extern const struct file_operations random_fops, urandom_fops;
|
/include/linux/sunrpc/ |
D | stats.h | 66 const struct file_operations *); 78 const struct file_operations *f) { return NULL; } in svc_proc_register()
|
D | cache.h | 165 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/ |
D | debugfs.h | 14 static const struct file_operations name##_fops = { \
|
/include/sound/ |
D | core.h | 162 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/ |
D | drm_gem_cma_helper.h | 53 static const struct file_operations name = {\
|
D | drm_gem_shmem_helper.h | 118 static const struct file_operations name = {\
|
/include/misc/ |
D | cxl.h | 181 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
|
/include/rdma/ |
D | uverbs_types.h | 159 const struct file_operations *fops;
|
12