Searched refs:single_open (Results 1 – 11 of 11) sorted by relevance
| /fs/smb/client/ |
| A D | cifs_debug.c | 842 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 D | dfs_cache.c | 215 return single_open(file, dfscache_proc_show, NULL); in dfscache_proc_open()
|
| /fs/jfs/ |
| A D | jfs_debug.c | 28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
|
| /fs/ |
| A D | seq_file.c | 572 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 D | base.c | 559 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 D | proc_net.c | 187 err = single_open(file, de->single_show, net); in single_open_net()
|
| A D | fd.c | 77 return single_open(file, seq_show, inode); in seq_fdinfo_open()
|
| A D | generic.c | 648 return single_open(file, de->single_show, de->data); in proc_single_open()
|
| A D | task_mmu.c | 1454 ret = single_open(file, show_smaps_rollup, priv); in smaps_rollup_open()
|
| /fs/ntfs3/ |
| A D | super.c | 485 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 D | file.c | 1392 return single_open(f, entry->read, entry->dev); in debugfs_devm_entry_open()
|
Completed in 45 milliseconds