Searched refs:single_show (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_net.c | 176 err = single_open(file, de->single_show, net); in single_open_net() 208 p->single_show = show; in proc_create_net_single() 251 p->single_show = show; in proc_create_net_single_write()
|
H A D | internal.h | 49 int (*single_show)(struct seq_file *, void *); member
|
H A D | generic.c | 641 return single_open(file, de->single_show, de->data); in proc_single_open() 645 /* not permanent -- can call into arbitrary ->single_show */ 662 p->single_show = show; in proc_create_single_data()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_net.c | 186 err = single_open(file, de->single_show, net); in single_open_net() 218 p->single_show = show; in proc_create_net_single() 261 p->single_show = show; in proc_create_net_single_write()
|
H A D | internal.h | 49 int (*single_show)(struct seq_file *, void *); member
|
H A D | generic.c | 635 return single_open(file, de->single_show, de->data); in proc_single_open() 639 /* not permanent -- can call into arbitrary ->single_show */ 656 p->single_show = show; in proc_create_single_data()
|
Completed in 5 milliseconds