Home
last modified time | relevance | path

Searched refs:seq_open_private (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/xen/xenfs/
H A Dxensyms.c117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
/linux-6.15/include/linux/
H A Dseq_file.h180 int seq_open_private(struct file *, const struct seq_operations *, int);
/linux-6.15/drivers/s390/cio/
H A Dblacklist.c403 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
/linux-6.15/fs/
H A Dproc_namespace.c271 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
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);
/linux-6.15/Documentation/filesystems/
H A Dseq_file.rst298 There is also a wrapper function to seq_open() called seq_open_private(). It
305 return seq_open_private(file, &ct_seq_ops,
/linux-6.15/drivers/base/power/
H A Dwakeup.c1168 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
/linux-6.15/mm/
H A Dpage_owner.c929 return seq_open_private(file, &page_owner_stack_op, 0); in page_owner_stack_open()
/linux-6.15/fs/proc/
H A Dgeneric.c602 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
/linux-6.15/drivers/input/
H A Dinput.c1177 return seq_open_private(file, &input_devices_seq_ops, in input_proc_devices_open()
1238 return seq_open_private(file, &input_handlers_seq_ops, in input_proc_handlers_open()
/linux-6.15/lib/
H A Ddynamic_debug.c1182 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
/linux-6.15/fs/gfs2/
H A Dglock.c2656 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()