Home
last modified time | relevance | path

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

12345678910>>...20

/linux-4.19.296/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.c40 const struct file_operations debugfs_noop_file_operations = {
49 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
143 const struct file_operations *real_fops = NULL; in open_proxy_open()
169 const struct file_operations debugfs_open_proxy_file_operations = {
180 const struct file_operations *real_fops; \
215 const struct file_operations *real_fops; in full_proxy_poll()
229 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
230 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release()
248 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init()
249 const struct file_operations *real_fops) in __full_proxy_fops_init()
[all …]
/linux-4.19.296/fs/9p/
Dv9fs_vfs.h48 extern const struct file_operations v9fs_file_operations;
49 extern const struct file_operations v9fs_file_operations_dotl;
50 extern const struct file_operations v9fs_dir_operations;
51 extern const struct file_operations v9fs_dir_operations_dotl;
54 extern const struct file_operations v9fs_cached_file_operations;
55 extern const struct file_operations v9fs_cached_file_operations_dotl;
56 extern const struct file_operations v9fs_mmap_file_operations;
57 extern const struct file_operations v9fs_mmap_file_operations_dotl;
/linux-4.19.296/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;
Dcdev.h10 struct file_operations;
17 const struct file_operations *ops;
23 void cdev_init(struct cdev *, const struct file_operations *);
Ddebugfs.h22 struct file_operations;
49 static const struct file_operations __fops = { \
72 const struct file_operations *fops);
75 const struct file_operations *fops);
79 const struct file_operations *fops,
97 const struct file_operations *debugfs_real_fops(const struct file *filp);
183 const struct file_operations *fops) in debugfs_create_file()
191 const struct file_operations *fops) in debugfs_create_file_unsafe()
198 const struct file_operations *fops, in debugfs_create_file_size()
235 const struct file_operations *debugfs_real_fops(const struct file *filp);
Dfile.h18 struct file_operations;
24 const char *, int flags, const struct file_operations *);
26 const struct file_operations *);
Dtracefs.h24 struct file_operations;
30 const struct file_operations *fops);
Doprofile.h46 struct file_operations;
128 char const * name, const struct file_operations * fops);
131 char const * name, const struct file_operations * fops, int perm);
/linux-4.19.296/fs/proc/
Dinternal.h46 const struct file_operations *proc_fops;
142 extern const struct file_operations proc_tid_children_operations;
222 extern const struct file_operations proc_ns_dir_operations;
227 extern const struct file_operations proc_net_operations;
296 extern const struct file_operations proc_pid_maps_operations;
297 extern const struct file_operations proc_pid_numa_maps_operations;
298 extern const struct file_operations proc_pid_smaps_operations;
299 extern const struct file_operations proc_pid_smaps_rollup_operations;
300 extern const struct file_operations proc_clear_refs_operations;
301 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-4.19.296/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;
Dcifs_debug.c507 static const struct file_operations cifs_stats_proc_fops = {
536 static const struct file_operations cifs_##name##_proc_fops = { \
555 static const struct file_operations cifsFYI_proc_fops;
556 static const struct file_operations cifs_lookup_cache_proc_fops;
557 static const struct file_operations traceSMB_proc_fops;
558 static const struct file_operations cifs_security_flags_proc_fops;
559 static const struct file_operations cifs_linux_ext_proc_fops;
657 static const struct file_operations cifsFYI_proc_fops = {
688 static const struct file_operations cifs_linux_ext_proc_fops = {
719 static const struct file_operations cifs_lookup_cache_proc_fops = {
[all …]
/linux-4.19.296/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-4.19.296/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-4.19.296/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-4.19.296/drivers/xen/
Dprivcmd.h3 extern const struct file_operations xen_privcmd_fops;
4 extern const struct file_operations xen_privcmdbuf_fops;
/linux-4.19.296/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-4.19.296/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-4.19.296/fs/xfs/
Dxfs_iops.h11 extern const struct file_operations xfs_file_operations;
12 extern const struct file_operations xfs_dir_file_operations;
/linux-4.19.296/fs/bfs/
Dbfs.h54 extern const struct file_operations bfs_file_operations;
59 extern const struct file_operations bfs_dir_operations;
/linux-4.19.296/fs/ntfs/
Dntfs.h63 extern const struct file_operations ntfs_file_ops;
66 extern const struct file_operations ntfs_dir_ops;
69 extern const struct file_operations ntfs_empty_file_ops;

12345678910>>...20