Searched refs:seq_open_private (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/xen/xenfs/ |
A D | xensyms.c | 117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
|
/linux/include/linux/ |
A D | seq_file.h | 169 int seq_open_private(struct file *, const struct seq_operations *, int);
|
/linux/drivers/s390/cio/ |
A D | blacklist.c | 403 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
|
/linux/fs/ |
A D | seq_file.c | 656 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function 661 EXPORT_SYMBOL(seq_open_private);
|
A D | proc_namespace.c | 275 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
|
/linux/Documentation/filesystems/ |
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/ |
A D | wakeup.c | 1170 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_download.c | 226 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
|
/linux/fs/proc/ |
A D | generic.c | 592 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
|
/linux/lib/ |
A D | dynamic_debug.c | 925 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
/linux/fs/gfs2/ |
A D | glock.c | 2681 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()
|
/linux/ |
A D | vmlinux.symvers | 2078 0x00000000 seq_open_private vmlinux EXPORT_SYMBOL
|
A D | System.map | 9263 ffff80001027ac10 T seq_open_private
|
A D | .tmp_System.map | 9263 ffff80001027ac10 T seq_open_private
|
Completed in 6232 milliseconds