Searched refs:single_open (Results 1 – 15 of 15) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 579 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()
|
D | dfs_cache.c | 217 return single_open(file, dfscache_proc_show, NULL); in dfscache_proc_open()
|
/fs/jfs/ |
D | jfs_debug.c | 28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
|
/fs/nfsd/ |
D | stats.c | 84 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
|
D | nfsctl.c | 187 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()
|
D | nfscache.c | 595 return single_open(file, nfsd_reply_cache_stats_show, nn); in nfsd_reply_cache_stats_open()
|
D | filecache.c | 933 return single_open(file, nfsd_file_cache_stats_show, NULL); in nfsd_file_cache_stats_open()
|
D | nfs4state.c | 2305 return single_open(file, client_info_show, inode); in client_info_open()
|
/fs/ |
D | seq_file.c | 566 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/ |
D | base.c | 522 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()
|
D | fd.c | 74 return single_open(file, seq_show, inode); in seq_fdinfo_open()
|
D | proc_net.c | 173 err = single_open(file, de->single_show, net); in single_open_net()
|
D | generic.c | 606 return single_open(file, de->single_show, de->data); in proc_single_open()
|
D | task_mmu.c | 990 ret = single_open(file, show_smaps_rollup, priv); in smaps_rollup_open()
|
/fs/debugfs/ |
D | file.c | 1098 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()
|