/openbmc/linux/scripts/coccinelle/api/ |
H A 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 …]
|
/openbmc/linux/fs/debugfs/ |
H A 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;
|
H A D | file.c | 41 const struct file_operations debugfs_noop_file_operations = { 50 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() 156 const struct file_operations *real_fops) in debugfs_locked_down() 174 const struct file_operations *real_fops = NULL; in open_proxy_open() 212 const struct file_operations debugfs_open_proxy_file_operations = { 223 const struct file_operations *real_fops; \ 258 const struct file_operations *real_fops; in full_proxy_poll() 272 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release() 273 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release() 291 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init() [all …]
|
/openbmc/linux/include/linux/ |
H A D | anon_inodes.h | 12 struct file_operations; 16 const struct file_operations *fops, 19 const struct file_operations *fops, 22 int anon_inode_getfd(const char *name, const struct file_operations *fops, 25 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 | mnt_namespace.h | 16 extern const struct file_operations proc_mounts_operations; 17 extern const struct file_operations proc_mountinfo_operations; 18 extern const struct file_operations proc_mountstats_operations;
|
H A D | debugfs.h | 22 struct file_operations; 54 static const struct file_operations __fops = { \ 77 const struct file_operations *fops); 80 const struct file_operations *fops); 84 const struct file_operations *fops, 102 const struct file_operations *debugfs_real_fops(const struct file *filp); 192 const struct file_operations *fops) 200 const struct file_operations *fops) 207 const struct file_operations *fops, 242 const struct file_operations *debugfs_real_fops(const struct file *filp);
|
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);
|
/openbmc/linux/fs/proc/ |
H A D | internal.h | 44 const struct file_operations *proc_dir_ops; 148 extern const struct file_operations proc_tid_children_operations; 230 extern const struct file_operations proc_ns_dir_operations; 235 extern const struct file_operations proc_net_operations; 300 extern const struct file_operations proc_pid_maps_operations; 301 extern const struct file_operations proc_pid_numa_maps_operations; 302 extern const struct file_operations proc_pid_smaps_operations; 303 extern const struct file_operations proc_pid_smaps_rollup_operations; 304 extern const struct file_operations proc_clear_refs_operations; 305 extern const struct file_operations proc_pagemap_operations;
|
/openbmc/linux/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; 110 extern const struct file_operations cifs_dir_ops;
|
/openbmc/linux/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;
|
/openbmc/linux/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()
|
/openbmc/linux/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() 172 const struct file_operations *fops, in anon_inode_getfile_secure() 181 const struct file_operations *fops, in __anon_inode_getfd() 226 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() 249 int anon_inode_getfd_secure(const char *name, const struct file_operations *fops, in anon_inode_getfd_secure()
|
/openbmc/linux/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;
|
/openbmc/linux/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;
|
/openbmc/linux/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 = {
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_debugfs_params.c | 70 static const struct file_operations i915_param_int_fops = { 79 static const struct file_operations i915_param_int_fops_ro = { 133 static const struct file_operations i915_param_uint_fops = { 142 static const struct file_operations i915_param_uint_fops_ro = { 187 static const struct file_operations i915_param_charp_fops = { 196 static const struct file_operations i915_param_charp_fops_ro = {
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.h | 7 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 30 static const struct file_operations iwl_dbgfs_##name##_ops = { \ 39 static const struct file_operations iwl_dbgfs_##name##_ops = { \
|
/openbmc/linux/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;
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_debugfs.c | 144 static const struct file_operations fw_log_fops = { 174 static const struct file_operations fw_trace_destination_mask_fops = { 201 static const struct file_operations fw_trace_hw_comp_mask_fops = { 227 static const struct file_operations fw_trace_level_fops = { 261 static const struct file_operations ivpu_force_recovery_fops = { 267 static const struct file_operations ivpu_reset_engine_fops = {
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.c | 92 static const struct file_operations tx_queue_len_ops = { 161 static const struct file_operations param##_ops = { \ 214 static const struct file_operations gpio_power_ops = { 234 static const struct file_operations start_recovery_ops = { 298 static const struct file_operations dynamic_ps_timeout_ops = { 368 static const struct file_operations forced_ps_ops = { 410 static const struct file_operations split_scan_timeout_ops = { 510 static const struct file_operations driver_state_ops = { 620 static const struct file_operations vifs_state_ops = { 677 static const struct file_operations dtim_interval_ops = { [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | inode.h | 110 extern const struct file_operations gfs2_file_fops_nolock; 111 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;
|
/openbmc/linux/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;
|
/openbmc/linux/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;
|