Searched refs:file_operations (Results 1 – 25 of 35) sorted by relevance
12
| /include/linux/ |
| D | anon_inodes.h | 14 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,
|
| 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 | mnt_namespace.h | 20 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;
|
| 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; 63 const struct file_operations **fops); 95 const struct file_operations *fops);
|
| D | file.h | 20 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 *);
|
| D | debugfs.h | 22 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);
|
| D | ramfs.h | 23 extern const struct file_operations ramfs_file_operations;
|
| D | miscdevice.h | 82 const struct file_operations *fops;
|
| D | seq_file.h | 198 static const struct file_operations __name ## _fops = { \ 212 static const struct file_operations __name ## _fops = { \ 226 static const struct file_operations __name ## _fops = { \
|
| D | fdtable.h | 59 struct file_operations;
|
| D | fs_context.h | 19 struct file_operations; 173 extern const struct file_operations fscontext_fops;
|
| D | random.h | 161 extern const struct file_operations random_fops, urandom_fops;
|
| D | nfs_fs.h | 513 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;
|
| D | relay.h | 278 extern const struct file_operations relay_file_operations;
|
| D | fs.h | 720 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 …]
|
| D | vt_kern.h | 128 int vty_init(const struct file_operations *console_fops);
|
| /include/drm/ |
| D | drm_accel.h | 48 static const struct file_operations name = {\
|
| D | drm_gem_dma_helper.h | 260 static const struct file_operations name = {\
|
| D | drm_drv.h | 434 const struct file_operations *fops;
|
| /include/linux/sunrpc/ |
| D | cache.h | 175 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/ |
| D | dvbdev.h | 165 const struct file_operations *fops; 205 struct file_operations *fops;
|
| /include/misc/ |
| D | cxl.h | 181 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
|
| /include/sound/ |
| D | core.h | 227 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/ |
| D | uverbs_types.h | 148 const struct file_operations *fops;
|
12