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

/linux-4.1.27/arch/blackfin/kernel/
H A Dcplbinfo.c136 ret = seq_open_private(file, &cplbinfo_sops, sizeof(*cdata)); cplbinfo_open()
/linux-4.1.27/drivers/s390/cio/
H A Dblacklist.c397 return seq_open_private(file, &cio_ignore_proc_seq_ops, cio_ignore_proc_open()
/linux-4.1.27/include/linux/
H A Dseq_file.h134 int seq_open_private(struct file *, const struct seq_operations *, int);
/linux-4.1.27/kernel/time/
H A Dtimer_list.c376 return seq_open_private(filp, &timer_list_sops, timer_list_open()
/linux-4.1.27/net/sunrpc/
H A Ddebugfs.c96 int ret = seq_open_private(filp, &tasks_seq_operations, tasks_open()
/linux-4.1.27/fs/
H A Dseq_file.c641 int seq_open_private(struct file *filp, const struct seq_operations *ops, seq_open_private() function
646 EXPORT_SYMBOL(seq_open_private); variable
H A Dlocks.c2673 return seq_open_private(filp, &locks_seq_operations, locks_open()
/linux-4.1.27/fs/gfs2/
H A Dglock.c1984 int ret = seq_open_private(file, &gfs2_glock_seq_ops, gfs2_glocks_open()
1999 int ret = seq_open_private(file, &gfs2_glstats_seq_ops, gfs2_glstats_open()
2014 int ret = seq_open_private(file, &gfs2_sbstats_seq_ops, gfs2_sbstats_open()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_download.c225 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, prism2_download_aux_dump_proc_open()
/linux-4.1.27/net/irda/
H A Dirlap.c1195 return seq_open_private(file, &irlap_seq_ops, irlap_seq_open()
H A Dirlmp.c1984 return seq_open_private(file, &irlmp_seq_ops, irlmp_seq_open()
H A Dirttp.c1879 return seq_open_private(file, &irttp_seq_ops, irttp_seq_open()
/linux-4.1.27/lib/
H A Ddynamic_debug.c823 return seq_open_private(file, &ddebug_proc_seqops, ddebug_proc_open()
/linux-4.1.27/net/appletalk/
H A Daarp.c1045 return seq_open_private(file, &aarp_seq_ops, aarp_seq_open()
/linux-4.1.27/net/decnet/
H A Ddn_route.c1855 return seq_open_private(file, &dn_rt_cache_seq_ops, dn_rt_cache_seq_open()
H A Daf_decnet.c2317 return seq_open_private(file, &dn_socket_seq_ops, dn_socket_seq_open()
/linux-4.1.27/net/atm/
H A Dlec.c1000 return seq_open_private(file, &lec_seq_ops, sizeof(struct lec_state)); lec_seq_open()
/linux-4.1.27/mm/
H A Dvmalloc.c2671 return seq_open_private(file, &vmalloc_op, vmalloc_open()

Completed in 474 milliseconds