Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/xenfs/
Dxensyms.c117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
/Linux-v4.19/include/linux/
Dseq_file.h145 int seq_open_private(struct file *, const struct seq_operations *, int);
/Linux-v4.19/drivers/s390/cio/
Dblacklist.c397 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
/Linux-v4.19/fs/
Dproc_namespace.c271 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
Dseq_file.c638 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
643 EXPORT_SYMBOL(seq_open_private);
/Linux-v4.19/Documentation/filesystems/
Dseq_file.txt263 There is also a wrapper function to seq_open() called seq_open_private(). It
270 return seq_open_private(file, &ct_seq_ops,
/Linux-v4.19/drivers/base/power/
Dwakeup.c1099 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_download.c226 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
/Linux-v4.19/fs/proc/
Dgeneric.c563 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
/Linux-v4.19/lib/
Ddynamic_debug.c829 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
/Linux-v4.19/fs/gfs2/
Dglock.c2058 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()