Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c579 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open()
608 return single_open(file, name##_proc_show, NULL); \
722 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open()
761 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open()
792 return single_open(file, cifs_lookup_cache_proc_show, NULL); in cifs_lookup_cache_proc_open()
823 return single_open(file, traceSMB_proc_show, NULL); in traceSMB_proc_open()
854 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open()
Ddfs_cache.c217 return single_open(file, dfscache_proc_show, NULL); in dfscache_proc_open()
/fs/jfs/
Djfs_debug.c28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
/fs/nfsd/
Dstats.c84 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
Dnfsctl.c187 return single_open(file, export_features_show, NULL); in export_features_open()
206 return single_open(file, supported_enctypes_show, NULL); in supported_enctypes_open()
Dnfscache.c595 return single_open(file, nfsd_reply_cache_stats_show, nn); in nfsd_reply_cache_stats_open()
Dfilecache.c933 return single_open(file, nfsd_file_cache_stats_show, NULL); in nfsd_file_cache_stats_open()
Dnfs4state.c2305 return single_open(file, client_info_show, inode); in client_info_open()
/fs/
Dseq_file.c566 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() function
585 EXPORT_SYMBOL(single_open);
594 ret = single_open(file, show, data); in single_open_size()
/fs/proc/
Dbase.c522 return single_open(file, lstats_show_proc, inode); in lstats_open()
765 return single_open(filp, proc_single_show, inode); in proc_single_open()
1449 return single_open(filp, sched_show, inode); in sched_open()
1518 ret = single_open(filp, sched_autogroup_show, NULL); in sched_autogroup_open()
1582 return single_open(filp, comm_show, inode); in comm_open()
2442 return single_open(filp, timerslack_ns_show, inode); in timerslack_ns_open()
2930 ret = single_open(file, &proc_setgroups_show, ns); in proc_setgroups_open()
Dfd.c74 return single_open(file, seq_show, inode); in seq_fdinfo_open()
Dproc_net.c173 err = single_open(file, de->single_show, net); in single_open_net()
Dgeneric.c606 return single_open(file, de->single_show, de->data); in proc_single_open()
Dtask_mmu.c990 ret = single_open(file, show_smaps_rollup, priv); in smaps_rollup_open()
/fs/debugfs/
Dfile.c1098 return single_open(file, debugfs_show_regset32, inode->i_private); in debugfs_open_regset32()
1151 return single_open(f, entry->read, entry->dev); in debugfs_devm_entry_open()