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

/linux-master/drivers/xen/xenfs/
H A Dxensyms.c117 ret = seq_open_private(file, &xensyms_seq_ops,
/linux-master/drivers/s390/cio/
H A Dblacklist.c403 return seq_open_private(file, &cio_ignore_proc_seq_ops,
/linux-master/include/linux/
H A Dseq_file.h170 int seq_open_private(struct file *, const struct seq_operations *, int);
/linux-master/fs/
H A Dproc_namespace.c271 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts));
H A Dseq_file.c656 int seq_open_private(struct file *filp, const struct seq_operations *ops, function
661 EXPORT_SYMBOL(seq_open_private); variable
/linux-master/drivers/base/power/
H A Dwakeup.c1165 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int));
/linux-master/fs/proc/
H A Dgeneric.c594 return seq_open_private(file, de->seq_ops, de->state_size);
/linux-master/lib/
H A Ddynamic_debug.c1178 return seq_open_private(file, &ddebug_proc_seqops,
/linux-master/mm/
H A Dpage_owner.c934 return seq_open_private(file, &page_owner_stack_op, 0);
/linux-master/fs/gfs2/
H A Dglock.c2658 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter));

Completed in 227 milliseconds