Home
last modified time | relevance | path

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

/linux/fs/
H A Dseq_file.c657 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function
662 EXPORT_SYMBOL(seq_open_private);
/linux/drivers/base/power/
H A Dwakeup.c1160 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
/linux/mm/
H A Dpage_owner.c938 int ret = seq_open_private(file, &page_owner_stack_op, in page_owner_stack_open()
/linux/lib/
H A Ddynamic_debug.c1183 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()