Home
last modified time | relevance | path

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

12

/fs/cifs/
Dcifs_debug.c260 return single_open(file, cifs_debug_data_proc_show, NULL); in cifs_debug_data_proc_open()
388 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open()
456 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open()
494 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open()
526 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()
590 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open()
/fs/xfs/
Dxfs_stats.c127 return single_open(file, xqm_proc_show, NULL); in xqm_proc_open()
152 return single_open(file, xqmstat_proc_show, NULL); in xqmstat_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.c37 return single_open(file, uptime_proc_show, NULL); in uptime_proc_open()
Dmeminfo.c184 return single_open(file, meminfo_proc_show, NULL); in meminfo_proc_open()
Dproc_net.c74 err = single_open(file, show, net); in single_open_net()
Dbase.c567 return single_open(file, lstats_show_proc, inode); in lstats_open()
813 return single_open(filp, proc_single_show, inode); in proc_single_open()
1429 return single_open(filp, sched_show, inode); in sched_open()
1498 ret = single_open(filp, sched_autogroup_show, NULL); in sched_autogroup_open()
1563 return single_open(filp, comm_show, inode); in comm_open()
2372 return single_open(filp, timerslack_ns_show, inode); in timerslack_ns_open()
2835 ret = single_open(file, &proc_setgroups_show, ns); in proc_setgroups_open()
Dfd.c73 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.c827 return single_open(file, jfs_mpstat_proc_show, NULL); in jfs_mpstat_proc_open()
Djfs_txnmgr.c3041 return single_open(file, jfs_txanchor_proc_show, NULL); in jfs_txanchor_proc_open()
3082 return single_open(file, jfs_txstats_proc_show, NULL); in jfs_txstats_proc_open()
/fs/nfsd/
Dstats.c83 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
Dnfsctl.c185 return single_open(file, export_features_show, NULL); in export_features_open()
204 return single_open(file, supported_enctypes_show, NULL); in supported_enctypes_open()
Dnfscache.c608 return single_open(file, nfsd_reply_cache_stats_show, NULL); in nfsd_reply_cache_stats_open()
/fs/
Dseq_file.c570 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() function
589 EXPORT_SYMBOL(single_open);
598 ret = single_open(file, show, data); in single_open_size()
Dfilesystems.c241 return single_open(file, filesystems_proc_show, NULL); in filesystems_proc_open()
/fs/debugfs/
Dfile.c745 return single_open(file, debugfs_show_regset32, inode->i_private); in debugfs_open_regset32()
799 return single_open(f, entry->read, entry->dev); in debugfs_devm_entry_open()
/fs/fscache/
Dstats.c294 return single_open(file, fscache_stats_show, NULL); in fscache_stats_open()
/fs/reiserfs/
Dprocfs.c395 return single_open(file, PDE_DATA(inode), in r_open()
/fs/ext4/
Dsysfs.c369 return single_open(file, ext4_seq_##name##_show, PDE_DATA(inode)); \
/fs/f2fs/
Dsysfs.c581 return single_open(file, _name##_seq_show, PDE_DATA(inode)); \
Ddebug.c426 return single_open(file, stat_show, inode->i_private); in stat_open()

12