Home
last modified time | relevance | path

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

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