Searched refs:seq_open_private (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| H A D | seq_file.c | 657 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function 662 EXPORT_SYMBOL(seq_open_private);
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 298 There is also a wrapper function to seq_open() called seq_open_private(). It 305 return seq_open_private(file, &ct_seq_ops,
|
| /linux/drivers/base/power/ |
| H A D | wakeup.c | 1160 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
|
| /linux/fs/proc/ |
| H A D | generic.c | 613 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
|
| /linux/mm/ |
| H A D | page_owner.c | 938 int ret = seq_open_private(file, &page_owner_stack_op, in page_owner_stack_open()
|
| /linux/drivers/input/ |
| H A D | input.c | 1143 return seq_open_private(file, &input_devices_seq_ops, in input_proc_devices_open() 1204 return seq_open_private(file, &input_handlers_seq_ops, in input_proc_handlers_open()
|
| /linux/lib/ |
| H A D | dynamic_debug.c | 1183 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
| /linux/fs/gfs2/ |
| H A D | glock.c | 2593 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()
|