Home
last modified time | relevance | path

Searched refs:seq_open_private (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xenfs/
H A Dxensyms.c117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
/kernel/linux/linux-6.6/drivers/xen/xenfs/
H A Dxensyms.c117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dblacklist.c398 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
/kernel/linux/linux-5.10/include/linux/
H A Dseq_file.h146 int seq_open_private(struct file *, const struct seq_operations *, int);
/kernel/linux/linux-6.6/include/linux/
H A Dseq_file.h170 int seq_open_private(struct file *, const struct seq_operations *, int);
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dblacklist.c403 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c645 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
650 EXPORT_SYMBOL(seq_open_private); variable
H A Dproc_namespace.c272 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c656 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
661 EXPORT_SYMBOL(seq_open_private); variable
H A Dproc_namespace.c275 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c1196 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_download.c226 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c1165 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_download.c226 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
/kernel/linux/linux-5.10/lib/
H A Ddynamic_debug.c898 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
/kernel/linux/linux-5.10/fs/proc/
H A Dgeneric.c600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
/kernel/linux/linux-6.6/fs/proc/
H A Dgeneric.c594 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
/kernel/linux/linux-6.6/lib/
H A Ddynamic_debug.c1179 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dglock.c2457 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dglock.c2621 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()

Completed in 24 milliseconds