Home
last modified time | relevance | path

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

12345678910>>...52

/Linux-v4.19/fs/9p/
Dv9fs_vfs.h45 extern const struct file_operations v9fs_file_operations;
46 extern const struct file_operations v9fs_file_operations_dotl;
47 extern const struct file_operations v9fs_dir_operations;
48 extern const struct file_operations v9fs_dir_operations_dotl;
51 extern const struct file_operations v9fs_cached_file_operations;
52 extern const struct file_operations v9fs_cached_file_operations_dotl;
53 extern const struct file_operations v9fs_mmap_file_operations;
54 extern const struct file_operations v9fs_mmap_file_operations_dotl;
/Linux-v4.19/fs/debugfs/
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;
Dfile.c39 const struct file_operations debugfs_noop_file_operations = {
48 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
142 const struct file_operations *real_fops = NULL; in open_proxy_open()
168 const struct file_operations debugfs_open_proxy_file_operations = {
179 const struct file_operations *real_fops; \
214 const struct file_operations *real_fops; in full_proxy_poll()
228 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
229 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release()
247 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init()
248 const struct file_operations *real_fops) in __full_proxy_fops_init()
[all …]
/Linux-v4.19/fs/proc/
Dinternal.h46 const struct file_operations *proc_fops;
141 extern const struct file_operations proc_tid_children_operations;
221 extern const struct file_operations proc_ns_dir_operations;
226 extern const struct file_operations proc_net_operations;
295 extern const struct file_operations proc_pid_maps_operations;
296 extern const struct file_operations proc_pid_numa_maps_operations;
297 extern const struct file_operations proc_pid_smaps_operations;
298 extern const struct file_operations proc_pid_smaps_rollup_operations;
299 extern const struct file_operations proc_clear_refs_operations;
300 extern const struct file_operations proc_pagemap_operations;
Dfd.h7 extern const struct file_operations proc_fd_operations;
10 extern const struct file_operations proc_fdinfo_operations;
/Linux-v4.19/include/linux/
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);
Danon_inodes.h12 struct file_operations;
15 const struct file_operations *fops,
17 int anon_inode_getfd(const char *name, const struct file_operations *fops,
Dmnt_namespace.h14 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;
Ddebugfs.h22 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);
171 const struct file_operations *fops) in debugfs_create_file()
179 const struct file_operations *fops) in debugfs_create_file_unsafe()
186 const struct file_operations *fops, in debugfs_create_file_size()
219 const struct file_operations *debugfs_real_fops(const struct file *filp);
Dcdev.h10 struct file_operations;
17 const struct file_operations *ops;
23 void cdev_init(struct cdev *, const struct file_operations *);
Dfile.h17 struct file_operations;
23 const char *, int flags, const struct file_operations *);
25 const struct file_operations *);
Dtracefs.h24 struct file_operations;
30 const struct file_operations *fops);
/Linux-v4.19/fs/cifs/
Dcifsfs.h94 extern const struct file_operations cifs_file_ops;
95 extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */
96 extern const struct file_operations cifs_file_strict_ops; /* if strictio mnt */
97 extern const struct file_operations cifs_file_nobrl_ops; /* no brlocks */
98 extern const struct file_operations cifs_file_direct_nobrl_ops;
99 extern const struct file_operations cifs_file_strict_nobrl_ops;
113 extern const struct file_operations cifs_dir_ops;
/Linux-v4.19/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-v4.19/drivers/oprofile/
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 = {
Doprofilefs.c120 static const struct file_operations ulong_fops = {
128 static const struct file_operations ulong_ro_fops = {
136 const struct file_operations *fops, int perm, void *priv) in __oprofilefs_create_file()
187 static const struct file_operations atomic_ro_fops = {
203 char const *name, const struct file_operations *fops) in oprofilefs_create_file()
210 char const *name, const struct file_operations *fops, int perm) in oprofilefs_create_file_perm()
/Linux-v4.19/sound/
Dsound_core.c117 const struct file_operations *unit_fops;
154 static const struct file_operations soundcore_fops =
167 …t_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int in… in __sound_insert_unit()
247 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit()
354 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device()
421 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special()
440 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer()
468 int register_sound_dsp(const struct file_operations *fops, int dev) in register_sound_dsp()
545 const struct file_operations *new_fops = NULL; in soundcore_open()
/Linux-v4.19/fs/ocfs2/
Dfile.h29 extern const struct file_operations ocfs2_fops;
30 extern const struct file_operations ocfs2_dops;
31 extern const struct file_operations ocfs2_fops_no_plocks;
32 extern const struct file_operations ocfs2_dops_no_plocks;
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h67 static const struct file_operations iwl_dbgfs_##name##_ops = { \
90 static const struct file_operations iwl_dbgfs_##name##_ops = { \
99 static const struct file_operations iwl_dbgfs_##name##_ops = { \
/Linux-v4.19/arch/x86/mm/
Ddebug_pagetables.c18 static const struct file_operations ptdump_fops = {
41 static const struct file_operations ptdump_curknl_fops = {
67 static const struct file_operations ptdump_curusr_fops = {
91 static const struct file_operations ptdump_efi_fops = {
/Linux-v4.19/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-v4.19/drivers/xen/
Dprivcmd.h3 extern const struct file_operations xen_privcmd_fops;
4 extern const struct file_operations xen_privcmdbuf_fops;
/Linux-v4.19/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-v4.19/fs/gfs2/
Dinode.h118 extern const struct file_operations gfs2_file_fops_nolock;
119 extern const struct file_operations gfs2_dir_fops_nolock;
124 extern const struct file_operations gfs2_file_fops;
125 extern const struct file_operations gfs2_dir_fops;
/Linux-v4.19/fs/xfs/
Dxfs_iops.h11 extern const struct file_operations xfs_file_operations;
12 extern const struct file_operations xfs_dir_file_operations;

12345678910>>...52