| /linux-6.15/fs/debugfs/ |
| H A D | internal.h | 12 struct file_operations; 18 const struct file_operations *real_fops; 31 extern const struct file_operations debugfs_noop_file_operations; 32 extern const struct file_operations debugfs_open_proxy_file_operations; 33 extern const struct file_operations debugfs_full_proxy_file_operations; 34 extern const struct file_operations debugfs_full_short_proxy_file_operations; 37 const struct file_operations *real_fops;
|
| H A D | file.c | 117 const struct file_operations *ops; in __debugfs_file_get() 286 const struct file_operations *real_fops) in debugfs_locked_down() 305 const struct file_operations *real_fops = NULL; in open_proxy_open() 355 const struct file_operations *real_fops; \ 413 const struct file_operations *real_fops; in full_proxy_poll() 447 const struct file_operations *real_fops; in full_proxy_open_regular() 573 const struct file_operations *fops, in debugfs_create_mode_unsafe() 574 const struct file_operations *fops_ro, in debugfs_create_mode_unsafe() 575 const struct file_operations *fops_wo) in debugfs_create_mode_unsafe() 986 static const struct file_operations fops_bool = { [all …]
|
| /linux-6.15/include/linux/ |
| H A 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,
|
| H A 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);
|
| H A D | debugfs.h | 22 struct file_operations; 54 static const struct file_operations __fops = { \ 83 const struct file_operations *fops); 127 const struct file_operations *: debugfs_create_file_full, \ 129 struct file_operations *: debugfs_create_file_full, \ 135 const struct file_operations *: debugfs_create_file_full, \ 137 struct file_operations *: debugfs_create_file_full, \ 143 const struct file_operations *fops); 147 const struct file_operations *fops, 290 const struct file_operations *fops) in debugfs_create_file_unsafe() [all …]
|
| H A 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;
|
| H A D | cdev.h | 10 struct file_operations; 17 const struct file_operations *ops; 23 void cdev_init(struct cdev *, const struct file_operations *);
|
| H A D | tracefs.h | 20 struct file_operations; 63 const struct file_operations **fops); 95 const struct file_operations *fops);
|
| H A 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 *);
|
| /linux-6.15/scripts/coccinelle/api/ |
| H A D | stream_open.cocci | 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 = { 139 struct file_operations fops = { 147 struct file_operations fops = { 155 struct file_operations fops = { [all …]
|
| /linux-6.15/fs/proc/ |
| H A D | internal.h | 45 const struct file_operations *proc_dir_ops; 237 extern const struct file_operations proc_tid_children_operations; 319 extern const struct file_operations proc_ns_dir_operations; 324 extern const struct file_operations proc_net_operations; 389 extern const struct file_operations proc_pid_maps_operations; 390 extern const struct file_operations proc_pid_numa_maps_operations; 391 extern const struct file_operations proc_pid_smaps_operations; 392 extern const struct file_operations proc_pid_smaps_rollup_operations; 393 extern const struct file_operations proc_clear_refs_operations; 394 extern const struct file_operations proc_pagemap_operations;
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.h | 88 extern const struct file_operations cifs_file_ops; 89 extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */ 90 extern const struct file_operations cifs_file_strict_ops; /* if strictio mnt */ 91 extern const struct file_operations cifs_file_nobrl_ops; /* no brlocks */ 92 extern const struct file_operations cifs_file_direct_nobrl_ops; 93 extern const struct file_operations cifs_file_strict_nobrl_ops; 108 extern const struct file_operations cifs_dir_ops;
|
| /linux-6.15/fs/ |
| H A D | anon_inodes.c | 79 const struct file_operations *fops, in __anon_inode_getfile() 144 const struct file_operations *fops, in anon_inode_getfile() 170 const struct file_operations *fops, in anon_inode_getfile_fmode() 211 const struct file_operations *fops, in anon_inode_create_getfile() 221 const struct file_operations *fops, in __anon_inode_getfd() 266 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() 299 int anon_inode_create_getfd(const char *name, const struct file_operations *fops, in anon_inode_create_getfd()
|
| /linux-6.15/drivers/xen/xenfs/ |
| H A 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-6.15/sound/ |
| H A D | sound_core.c | 113 const struct file_operations *unit_fops; 146 static const struct file_operations soundcore_fops = 159 …t_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int in… in __sound_insert_unit() 239 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() 347 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() 414 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() 433 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() 461 int register_sound_dsp(const struct file_operations *fops, int dev) in register_sound_dsp() 538 const struct file_operations *new_fops = NULL; in soundcore_open()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.h | 13 extern const struct file_operations ocfs2_fops; 14 extern const struct file_operations ocfs2_dops; 15 extern const struct file_operations ocfs2_fops_no_plocks; 16 extern const struct file_operations ocfs2_dops_no_plocks;
|
| /linux-6.15/fs/9p/ |
| H A 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;
|
| /linux-6.15/security/ipe/ |
| H A D | policy_fs.c | 28 const struct file_operations *fops; 379 static const struct file_operations content_fops = { 383 static const struct file_operations pkcs7_fops = { 387 static const struct file_operations name_fops = { 391 static const struct file_operations ver_fops = { 395 static const struct file_operations active_fops = { 400 static const struct file_operations update_fops = { 404 static const struct file_operations delete_fops = {
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A 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-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_debugfs_params.c | 74 static const struct file_operations i915_param_int_fops = { 83 static const struct file_operations i915_param_int_fops_ro = { 137 static const struct file_operations i915_param_uint_fops = { 146 static const struct file_operations i915_param_uint_fops_ro = { 191 static const struct file_operations i915_param_charp_fops = { 200 static const struct file_operations i915_param_charp_fops_ro = {
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 8 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 31 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 40 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
| /linux-6.15/fs/coda/ |
| H A 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-6.15/fs/gfs2/ |
| H A D | inode.h | 106 extern const struct file_operations gfs2_file_fops_nolock; 107 extern const struct file_operations gfs2_dir_fops_nolock; 115 extern const struct file_operations gfs2_file_fops; 116 extern const struct file_operations gfs2_dir_fops;
|
| /linux-6.15/drivers/xen/ |
| H A D | privcmd.h | 3 extern const struct file_operations xen_privcmd_fops; 4 extern const struct file_operations xen_privcmdbuf_fops;
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.h | 9 extern const struct file_operations xfs_file_operations; 10 extern const struct file_operations xfs_dir_file_operations;
|