/Linux-v5.4/fs/9p/ |
D | v9fs_vfs.h | 33 extern const struct file_operations v9fs_file_operations; 34 extern const struct file_operations v9fs_file_operations_dotl; 35 extern const struct file_operations v9fs_dir_operations; 36 extern const struct file_operations v9fs_dir_operations_dotl; 39 extern const struct file_operations v9fs_cached_file_operations; 40 extern const struct file_operations v9fs_cached_file_operations_dotl; 41 extern const struct file_operations v9fs_mmap_file_operations; 42 extern const struct file_operations v9fs_mmap_file_operations_dotl;
|
/Linux-v5.4/scripts/coccinelle/api/ |
D | stream_open.cocci | 80 // file_operations + whether they have _any_ .read, .write, .llseek ... at all. 82 // XXX add support for file_operations xxx[N] = ... (sound/core/pcm_native.c) 86 struct file_operations fops = { 94 struct file_operations fops = { 102 struct file_operations fops = { 110 struct file_operations fops = { 118 struct file_operations fops = { 126 struct file_operations fops = { 133 struct file_operations fops = { 140 struct file_operations fops = { [all …]
|
/Linux-v5.4/fs/debugfs/ |
D | internal.h | 11 struct file_operations; 14 extern const struct file_operations debugfs_noop_file_operations; 15 extern const struct file_operations debugfs_open_proxy_file_operations; 16 extern const struct file_operations debugfs_full_proxy_file_operations; 19 const struct file_operations *real_fops;
|
D | file.c | 40 const struct file_operations debugfs_noop_file_operations = { 49 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() 147 const struct file_operations *real_fops) in debugfs_is_locked_down() 162 const struct file_operations *real_fops = NULL; in open_proxy_open() 193 const struct file_operations debugfs_open_proxy_file_operations = { 204 const struct file_operations *real_fops; \ 239 const struct file_operations *real_fops; in full_proxy_poll() 253 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release() 254 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release() 272 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init() [all …]
|
/Linux-v5.4/fs/proc/ |
D | internal.h | 42 const struct file_operations *proc_fops; 139 extern const struct file_operations proc_tid_children_operations; 218 extern const struct file_operations proc_ns_dir_operations; 223 extern const struct file_operations proc_net_operations; 290 extern const struct file_operations proc_pid_maps_operations; 291 extern const struct file_operations proc_pid_numa_maps_operations; 292 extern const struct file_operations proc_pid_smaps_operations; 293 extern const struct file_operations proc_pid_smaps_rollup_operations; 294 extern const struct file_operations proc_clear_refs_operations; 295 extern const struct file_operations proc_pagemap_operations;
|
D | inode.c | 203 typeof_member(struct file_operations, llseek) llseek; in proc_reg_llseek() 219 typeof_member(struct file_operations, read) read; in proc_reg_read() 234 typeof_member(struct file_operations, write) write; in proc_reg_write() 249 typeof_member(struct file_operations, poll) poll; in proc_reg_poll() 264 typeof_member(struct file_operations, unlocked_ioctl) ioctl; in proc_reg_unlocked_ioctl() 280 typeof_member(struct file_operations, compat_ioctl) compat_ioctl; in proc_reg_compat_ioctl() 296 typeof_member(struct file_operations, mmap) mmap; in proc_reg_mmap() 315 typeof_member(struct file_operations, get_unmapped_area) get_area; in proc_reg_get_unmapped_area() 336 typeof_member(struct file_operations, open) open; in proc_reg_open() 337 typeof_member(struct file_operations, release) release; in proc_reg_open() [all …]
|
D | fd.h | 7 extern const struct file_operations proc_fd_operations; 10 extern const struct file_operations proc_fdinfo_operations;
|
/Linux-v5.4/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 | debugfs.h | 22 struct file_operations; 48 static const struct file_operations __fops = { \ 63 const struct file_operations *fops); 66 const struct file_operations *fops); 70 const struct file_operations *fops, 87 const struct file_operations *debugfs_real_fops(const struct file *filp); 170 const struct file_operations *fops) in debugfs_create_file() 178 const struct file_operations *fops) in debugfs_create_file_unsafe() 185 const struct file_operations *fops, in debugfs_create_file_size() 218 const struct file_operations *debugfs_real_fops(const struct file *filp);
|
D | cdev.h | 10 struct file_operations; 17 const struct file_operations *ops; 23 void cdev_init(struct cdev *, const struct file_operations *);
|
D | file.h | 18 struct file_operations; 24 const char *, int flags, const struct file_operations *); 26 const struct file_operations *);
|
/Linux-v5.4/fs/cifs/ |
D | cifsfs.h | 96 extern const struct file_operations cifs_file_ops; 97 extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */ 98 extern const struct file_operations cifs_file_strict_ops; /* if strictio mnt */ 99 extern const struct file_operations cifs_file_nobrl_ops; /* no brlocks */ 100 extern const struct file_operations cifs_file_direct_nobrl_ops; 101 extern const struct file_operations cifs_file_strict_nobrl_ops; 117 extern const struct file_operations cifs_dir_ops;
|
/Linux-v5.4/drivers/xen/xenfs/ |
D | xenfs.h | 5 extern const struct file_operations xsd_kva_file_ops; 6 extern const struct file_operations xsd_port_file_ops; 7 extern const struct file_operations xensyms_ops;
|
/Linux-v5.4/drivers/oprofile/ |
D | oprofile_files.c | 59 static const struct file_operations timeout_fops = { 98 static const struct file_operations depth_fops = { 111 static const struct file_operations pointer_size_fops = { 123 static const struct file_operations cpu_type_fops = { 159 static const struct file_operations enable_fops = { 173 static const struct file_operations dump_fops = {
|
D | oprofilefs.c | 121 static const struct file_operations ulong_fops = { 129 static const struct file_operations ulong_ro_fops = { 137 const struct file_operations *fops, int perm, void *priv) in __oprofilefs_create_file() 188 static const struct file_operations atomic_ro_fops = { 204 char const *name, const struct file_operations *fops) in oprofilefs_create_file() 211 char const *name, const struct file_operations *fops, int perm) in oprofilefs_create_file_perm()
|
/Linux-v5.4/sound/ |
D | sound_core.c | 112 const struct file_operations *unit_fops; 149 static const struct file_operations soundcore_fops = 162 …t_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int in… in __sound_insert_unit() 242 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() 350 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() 417 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() 436 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() 464 int register_sound_dsp(const struct file_operations *fops, int dev) in register_sound_dsp() 541 const struct file_operations *new_fops = NULL; in soundcore_open()
|
/Linux-v5.4/fs/ocfs2/ |
D | file.h | 15 extern const struct file_operations ocfs2_fops; 16 extern const struct file_operations ocfs2_dops; 17 extern const struct file_operations ocfs2_fops_no_plocks; 18 extern const struct file_operations ocfs2_dops_no_plocks;
|
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 220 static const struct file_operations xgmac_reg_addr_fops = { 227 static const struct file_operations xgmac_reg_value_fops = { 298 static const struct file_operations xpcs_mmd_fops = { 305 static const struct file_operations xpcs_reg_addr_fops = { 312 static const struct file_operations xpcs_reg_value_fops = { 365 static const struct file_operations xprop_reg_addr_fops = { 372 static const struct file_operations xprop_reg_value_fops = { 425 static const struct file_operations xi2c_reg_addr_fops = { 432 static const struct file_operations xi2c_reg_value_fops = {
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.h | 62 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 85 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 94 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
/Linux-v5.4/fs/coda/ |
D | coda_linux.h | 42 extern const struct file_operations coda_dir_operations; 43 extern const struct file_operations coda_file_operations; 44 extern const struct file_operations coda_ioctl_operations;
|
/Linux-v5.4/drivers/xen/ |
D | privcmd.h | 3 extern const struct file_operations xen_privcmd_fops; 4 extern const struct file_operations xen_privcmdbuf_fops;
|
/Linux-v5.4/drivers/android/ |
D | binder_internal.h | 72 extern const struct file_operations binder_fops; 79 const struct file_operations *fops, 89 const struct file_operations *fops, in binderfs_create_file()
|
/Linux-v5.4/fs/gfs2/ |
D | inode.h | 113 extern const struct file_operations gfs2_file_fops_nolock; 114 extern const struct file_operations gfs2_dir_fops_nolock; 119 extern const struct file_operations gfs2_file_fops; 120 extern const struct file_operations gfs2_dir_fops;
|