Home
last modified time | relevance | path

Searched refs:single_open (Results 1 – 25 of 27) sorted by relevance

12

/fs/xfs/
Dxfs_stats.c94 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/
Dcifs_debug.c259 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/
Dcmdline.c14 return single_open(file, cmdline_proc_show, NULL); in cmdline_proc_open()
Dversion.c19 return single_open(file, version_proc_show, NULL); in version_proc_open()
Dsoftirqs.c29 return single_open(file, show_softirqs, NULL); in softirqs_open()
Dloadavg.c30 return single_open(file, loadavg_proc_show, NULL); in loadavg_proc_open()
Duptime.c38 return single_open(file, uptime_proc_show, NULL); in uptime_proc_open()
Dmeminfo.c180 return single_open(file, meminfo_proc_show, NULL); in meminfo_proc_open()
Dproc_devtree.c44 return single_open(file, property_proc_show, __PDE_DATA(inode)); in property_proc_open()
Dproc_net.c74 err = single_open(file, show, net); in single_open_net()
Dstat.c202 res = single_open(file, show_stat, NULL); in stat_open()
Dbase.c382 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()
Dfd.c63 return single_open(file, seq_show, inode); in seq_fdinfo_open()
/fs/jfs/
Djfs_debug.c42 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
Djfs_metapage.c834 return single_open(file, jfs_mpstat_proc_show, NULL); in jfs_mpstat_proc_open()
Djfs_txnmgr.c3045 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()
Djfs_logmgr.c2525 return single_open(file, jfs_lmstats_proc_show, NULL); in jfs_lmstats_proc_open()
/fs/nfsd/
Dstats.c84 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
Dnfsctl.c178 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()
Dnfscache.c619 return single_open(file, nfsd_reply_cache_stats_show, NULL); in nfsd_reply_cache_stats_open()
/fs/
Dseq_file.c593 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()
Dfilesystems.c239 return single_open(file, filesystems_proc_show, NULL); in filesystems_proc_open()
/fs/fscache/
Dstats.c282 return single_open(file, fscache_stats_show, NULL); in fscache_stats_open()
/fs/debugfs/
Dfile.c677 return single_open(file, debugfs_show_regset32, inode->i_private); in debugfs_open_regset32()
/fs/f2fs/
Ddebug.c293 return single_open(file, stat_show, inode->i_private); in stat_open()

12