Home
last modified time | relevance | path

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

/fs/smb/client/
A Dcifs_debug.c842 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open()
871 return single_open(file, name##_proc_show, NULL); \
993 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open()
1032 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open()
1063 return single_open(file, cifs_lookup_cache_proc_show, NULL); in cifs_lookup_cache_proc_open()
1094 return single_open(file, traceSMB_proc_show, NULL); in traceSMB_proc_open()
1125 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open()
1252 return single_open(file, cifs_mount_params_proc_show, NULL); in cifs_mount_params_proc_open()
A Ddfs_cache.c215 return single_open(file, dfscache_proc_show, NULL); in dfscache_proc_open()
/fs/jfs/
A Djfs_debug.c28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
/fs/
A Dseq_file.c572 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() function
591 EXPORT_SYMBOL(single_open);
600 ret = single_open(file, show, data); in single_open_size()
/fs/proc/
A Dbase.c559 return single_open(file, lstats_show_proc, inode); in lstats_open()
820 return single_open(filp, proc_single_show, inode); in proc_single_open()
1536 return single_open(filp, sched_show, inode); in sched_open()
1602 ret = single_open(filp, sched_autogroup_show, NULL); in sched_autogroup_open()
1711 return single_open(filp, timens_offsets_show, inode); in timens_offsets_open()
1769 return single_open(filp, comm_show, inode); in comm_open()
2676 return single_open(filp, timerslack_ns_show, inode); in timerslack_ns_open()
3201 ret = single_open(file, &proc_setgroups_show, ns); in proc_setgroups_open()
A Dproc_net.c187 err = single_open(file, de->single_show, net); in single_open_net()
A Dfd.c77 return single_open(file, seq_show, inode); in seq_fdinfo_open()
A Dgeneric.c648 return single_open(file, de->single_show, de->data); in proc_single_open()
A Dtask_mmu.c1454 ret = single_open(file, show_smaps_rollup, priv); in smaps_rollup_open()
/fs/ntfs3/
A Dsuper.c485 return single_open(file, ntfs3_volinfo, pde_data(inode)); in ntfs3_volinfo_open()
540 return single_open(file, ntfs3_label_show, pde_data(inode)); in ntfs3_label_open()
/fs/debugfs/
A Dfile.c1392 return single_open(f, entry->read, entry->dev); in debugfs_devm_entry_open()

Completed in 45 milliseconds