Home
last modified time | relevance | path

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

12345678910>>...50

/linux-6.14.4/fs/debugfs/
Dinternal.h12 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;
Dfile.c41 const struct file_operations debugfs_noop_file_operations = {
56 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
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()
343 const struct file_operations debugfs_open_proxy_file_operations = {
355 const struct file_operations *real_fops; \
413 const struct file_operations *real_fops; in full_proxy_poll()
428 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
447 const struct file_operations *real_fops; in full_proxy_open_regular()
[all …]
/linux-6.14.4/scripts/coccinelle/api/
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 = {
139 struct file_operations fops = {
[all …]
/linux-6.14.4/include/linux/
Danon_inodes.h14 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,
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);
Ddebugfs.h22 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,
165 const struct file_operations *debugfs_real_fops(const struct file *filp);
[all …]
Dmnt_namespace.h20 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;
Dcdev.h10 struct file_operations;
17 const struct file_operations *ops;
23 void cdev_init(struct cdev *, const struct file_operations *);
Dtracefs.h20 struct file_operations;
63 const struct file_operations **fops);
95 const struct file_operations *fops);
Dfile.h20 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.14.4/fs/proc/
Dinternal.h45 const struct file_operations *proc_dir_ops;
194 extern const struct file_operations proc_tid_children_operations;
276 extern const struct file_operations proc_ns_dir_operations;
281 extern const struct file_operations proc_net_operations;
346 extern const struct file_operations proc_pid_maps_operations;
347 extern const struct file_operations proc_pid_numa_maps_operations;
348 extern const struct file_operations proc_pid_smaps_operations;
349 extern const struct file_operations proc_pid_smaps_rollup_operations;
350 extern const struct file_operations proc_clear_refs_operations;
351 extern const struct file_operations proc_pagemap_operations;
/linux-6.14.4/fs/smb/client/
Dcifsfs.h88 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.14.4/fs/
Danon_inodes.c79 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.14.4/drivers/xen/xenfs/
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;
/linux-6.14.4/sound/
Dsound_core.c113 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.14.4/fs/9p/
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;
/linux-6.14.4/fs/ocfs2/
Dfile.h13 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.14.4/security/ipe/
Dpolicy_fs.c24 const struct file_operations *fops;
375 static const struct file_operations content_fops = {
379 static const struct file_operations pkcs7_fops = {
383 static const struct file_operations name_fops = {
387 static const struct file_operations ver_fops = {
391 static const struct file_operations active_fops = {
396 static const struct file_operations update_fops = {
400 static const struct file_operations delete_fops = {
/linux-6.14.4/drivers/net/ethernet/amd/xgbe/
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 = {
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_debugfs_params.c74 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.14.4/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h8 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.14.4/fs/coda/
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;
/linux-6.14.4/fs/gfs2/
Dinode.h106 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.14.4/drivers/accel/ivpu/
Divpu_debugfs.c175 static const struct file_operations fw_dyndbg_fops = {
208 static const struct file_operations fw_log_fops = {
238 static const struct file_operations fw_profiling_freq_fops = {
265 static const struct file_operations fw_trace_destination_mask_fops = {
292 static const struct file_operations fw_trace_hw_comp_mask_fops = {
318 static const struct file_operations fw_trace_level_fops = {
343 static const struct file_operations ivpu_force_recovery_fops = {
/linux-6.14.4/drivers/xen/
Dprivcmd.h3 extern const struct file_operations xen_privcmd_fops;
4 extern const struct file_operations xen_privcmdbuf_fops;

12345678910>>...50