Home
last modified time | relevance | path

Searched refs:file_operations (Results 1 – 25 of 1340) sorted by relevance

12345678910>>...54

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dstream_open.cocci80 // 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 …]
/OK3568_Linux_fs/kernel/fs/9p/
H A Dv9fs_vfs.h33 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;
/OK3568_Linux_fs/buildroot/package/rtl8821au/
H A D0006-rtw_proc-convert-file_operations-to-proc_ops-for-5.6.patch4 Subject: [PATCH] rtw_proc: convert file_operations to proc_ops for 5.6.x
22 - const struct file_operations *fops, void * data)
24 + const struct file_operations *fops,
41 static const struct file_operations rtw_drv_proc_fops = {
44 @@ -175,6 +182,15 @@ static const struct file_operations rtw_drv_proc_fops = {
65 static const struct file_operations rtw_adapter_proc_fops = {
68 @@ -784,6 +801,15 @@ static const struct file_operations rtw_adapter_proc_fops = {
89 static const struct file_operations rtw_odm_proc_fops = {
92 @@ -1038,6 +1065,15 @@ static const struct file_operations rtw_odm_proc_fops = {
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dinternal.h11 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 Dfile.c41 const struct file_operations debugfs_noop_file_operations = {
50 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
148 const struct file_operations *real_fops) in debugfs_locked_down()
166 const struct file_operations *real_fops = NULL; in open_proxy_open()
204 const struct file_operations debugfs_open_proxy_file_operations = {
215 const struct file_operations *real_fops; \
250 const struct file_operations *real_fops; in full_proxy_poll()
264 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
265 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release()
283 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init()
[all …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinternal.h44 const struct file_operations *proc_dir_ops;
148 extern const struct file_operations proc_tid_children_operations;
229 extern const struct file_operations proc_ns_dir_operations;
234 extern const struct file_operations proc_net_operations;
301 extern const struct file_operations proc_pid_maps_operations;
302 extern const struct file_operations proc_pid_numa_maps_operations;
303 extern const struct file_operations proc_pid_smaps_operations;
304 extern const struct file_operations proc_pid_smaps_rollup_operations;
305 extern const struct file_operations proc_clear_refs_operations;
306 extern const struct file_operations proc_pagemap_operations;
/OK3568_Linux_fs/kernel/include/linux/
H A Danon_inodes.h12 struct file_operations;
16 const struct file_operations *fops,
18 int anon_inode_getfd(const char *name, const struct file_operations *fops,
21 const struct file_operations *fops,
H A Dsound.h12 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 Ddebugfs.h22 struct file_operations;
54 static const struct file_operations __fops = { \
71 const struct file_operations *fops);
74 const struct file_operations *fops);
78 const struct file_operations *fops,
96 const struct file_operations *debugfs_real_fops(const struct file *filp);
179 const struct file_operations *fops) in debugfs_create_file()
187 const struct file_operations *fops) in debugfs_create_file_unsafe()
194 const struct file_operations *fops, in debugfs_create_file_size()
229 const struct file_operations *debugfs_real_fops(const struct file *filp);
H A Dmnt_namespace.h16 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 Dcdev.h10 struct file_operations;
17 const struct file_operations *ops;
23 void cdev_init(struct cdev *, const struct file_operations *);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h96 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;
118 extern const struct file_operations cifs_dir_ops;
/OK3568_Linux_fs/kernel/sound/
H A Dsound_core.c112 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()
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Doprofile_files.c59 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 = {
H A Doprofilefs.c121 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c143 static const struct file_operations group_enabled_fops = {
164 static const struct file_operations hw_core_base_addr_fops = {
275 static const struct file_operations profiling_counter_src_fops = {
408 static const struct file_operations l2_l2x_counter_src0_fops = {
415 static const struct file_operations l2_l2x_counter_src1_fops = {
422 static const struct file_operations l2_all_counter_src0_fops = {
427 static const struct file_operations l2_all_counter_src1_fops = {
470 static const struct file_operations l2_l2x_counter_val0_fops = {
476 static const struct file_operations l2_l2x_counter_val1_fops = {
521 static const struct file_operations power_always_on_fops = {
[all …]
/OK3568_Linux_fs/kernel/drivers/xen/xenfs/
H A Dxenfs.h5 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;
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dfile.h15 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;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-debugfs.c220 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 = {
/OK3568_Linux_fs/kernel/fs/
H A Danon_inodes.c79 const struct file_operations *fops, in __anon_inode_getfile()
144 const struct file_operations *fops, in anon_inode_getfile()
152 const struct file_operations *fops, in __anon_inode_getfd()
197 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd()
220 int anon_inode_getfd_secure(const char *name, const struct file_operations *fops, in anon_inode_getfd_secure()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c48 static const struct file_operations i915_param_int_fops = {
57 static const struct file_operations i915_param_int_fops_ro = {
101 static const struct file_operations i915_param_uint_fops = {
110 static const struct file_operations i915_param_uint_fops_ro = {
155 static const struct file_operations i915_param_charp_fops = {
164 static const struct file_operations i915_param_charp_fops_ro = {
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c94 static const struct file_operations tx_queue_len_ops = {
166 static const struct file_operations param##_ops = { \
219 static const struct file_operations gpio_power_ops = {
239 static const struct file_operations start_recovery_ops = {
305 static const struct file_operations dynamic_ps_timeout_ops = {
377 static const struct file_operations forced_ps_ops = {
419 static const struct file_operations split_scan_timeout_ops = {
519 static const struct file_operations driver_state_ops = {
629 static const struct file_operations vifs_state_ops = {
686 static const struct file_operations dtim_interval_ops = {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.h62 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 = { \
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dinode.h113 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;
/OK3568_Linux_fs/kernel/fs/coda/
H A Dcoda_linux.h42 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;

12345678910>>...54