/fs/xfs/ |
D | xfs_stats.c | 94 return single_open(file, xfs_stat_proc_show, NULL); in xfs_stat_proc_open() 120 return single_open(file, xqm_proc_show, NULL); in xqm_proc_open() 145 return single_open(file, xqmstat_proc_show, NULL); in xqmstat_proc_open()
|
/fs/cifs/ |
D | cifs_debug.c | 259 return single_open(file, cifs_debug_data_proc_show, NULL); in cifs_debug_data_proc_open() 377 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open() 445 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open() 484 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open() 521 return single_open(file, cifs_lookup_cache_proc_show, NULL); in cifs_lookup_cache_proc_open() 558 return single_open(file, traceSMB_proc_show, NULL); in traceSMB_proc_open() 595 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open()
|
/fs/proc/ |
D | cmdline.c | 14 return single_open(file, cmdline_proc_show, NULL); in cmdline_proc_open()
|
D | version.c | 19 return single_open(file, version_proc_show, NULL); in version_proc_open()
|
D | softirqs.c | 29 return single_open(file, show_softirqs, NULL); in softirqs_open()
|
D | loadavg.c | 30 return single_open(file, loadavg_proc_show, NULL); in loadavg_proc_open()
|
D | uptime.c | 38 return single_open(file, uptime_proc_show, NULL); in uptime_proc_open()
|
D | meminfo.c | 180 return single_open(file, meminfo_proc_show, NULL); in meminfo_proc_open()
|
D | proc_devtree.c | 44 return single_open(file, property_proc_show, __PDE_DATA(inode)); in property_proc_open()
|
D | proc_net.c | 74 err = single_open(file, show, net); in single_open_net()
|
D | stat.c | 202 res = single_open(file, show_stat, NULL); in stat_open()
|
D | base.c | 382 return single_open(file, lstats_show_proc, inode); in lstats_open() 412 return single_open(file, proc_cgroup_show, pid); in cgroup_open() 428 return single_open(file, proc_cpuset_show, pid); in cpuset_open() 692 return single_open(filp, proc_single_show, inode); in proc_single_open() 1289 return single_open(filp, sched_show, inode); in sched_open() 1358 ret = single_open(filp, sched_autogroup_show, NULL); in sched_autogroup_open() 1423 return single_open(filp, comm_show, inode); in comm_open()
|
D | fd.c | 63 return single_open(file, seq_show, inode); in seq_fdinfo_open()
|
/fs/jfs/ |
D | jfs_debug.c | 42 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
|
D | jfs_metapage.c | 834 return single_open(file, jfs_mpstat_proc_show, NULL); in jfs_mpstat_proc_open()
|
D | jfs_txnmgr.c | 3045 return single_open(file, jfs_txanchor_proc_show, NULL); in jfs_txanchor_proc_open() 3086 return single_open(file, jfs_txstats_proc_show, NULL); in jfs_txstats_proc_open()
|
D | jfs_logmgr.c | 2525 return single_open(file, jfs_lmstats_proc_show, NULL); in jfs_lmstats_proc_open()
|
/fs/nfsd/ |
D | stats.c | 84 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
|
D | nfsctl.c | 178 return single_open(file, export_features_show, NULL); in export_features_open() 197 return single_open(file, supported_enctypes_show, NULL); in supported_enctypes_open()
|
D | nfscache.c | 619 return single_open(file, nfsd_reply_cache_stats_show, NULL); in nfsd_reply_cache_stats_open()
|
/fs/ |
D | seq_file.c | 593 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() function 612 EXPORT_SYMBOL(single_open); 621 ret = single_open(file, show, data); in single_open_size()
|
D | filesystems.c | 239 return single_open(file, filesystems_proc_show, NULL); in filesystems_proc_open()
|
/fs/fscache/ |
D | stats.c | 282 return single_open(file, fscache_stats_show, NULL); in fscache_stats_open()
|
/fs/debugfs/ |
D | file.c | 677 return single_open(file, debugfs_show_regset32, inode->i_private); in debugfs_open_regset32()
|
/fs/f2fs/ |
D | debug.c | 293 return single_open(file, stat_show, inode->i_private); in stat_open()
|