Searched refs:seq_open_private (Results 1 - 18 of 18) sorted by relevance
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | cplbinfo.c | 136 ret = seq_open_private(file, &cplbinfo_sops, sizeof(*cdata)); cplbinfo_open()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | blacklist.c | 397 return seq_open_private(file, &cio_ignore_proc_seq_ops, cio_ignore_proc_open()
|
/linux-4.1.27/include/linux/ |
H A D | seq_file.h | 134 int seq_open_private(struct file *, const struct seq_operations *, int);
|
/linux-4.1.27/kernel/time/ |
H A D | timer_list.c | 376 return seq_open_private(filp, &timer_list_sops, timer_list_open()
|
/linux-4.1.27/net/sunrpc/ |
H A D | debugfs.c | 96 int ret = seq_open_private(filp, &tasks_seq_operations, tasks_open()
|
/linux-4.1.27/fs/ |
H A D | seq_file.c | 641 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 D | locks.c | 2673 return seq_open_private(filp, &locks_seq_operations, locks_open()
|
/linux-4.1.27/fs/gfs2/ |
H A D | glock.c | 1984 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 D | hostap_download.c | 225 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 D | irlap.c | 1195 return seq_open_private(file, &irlap_seq_ops, irlap_seq_open()
|
H A D | irlmp.c | 1984 return seq_open_private(file, &irlmp_seq_ops, irlmp_seq_open()
|
H A D | irttp.c | 1879 return seq_open_private(file, &irttp_seq_ops, irttp_seq_open()
|
/linux-4.1.27/lib/ |
H A D | dynamic_debug.c | 823 return seq_open_private(file, &ddebug_proc_seqops, ddebug_proc_open()
|
/linux-4.1.27/net/appletalk/ |
H A D | aarp.c | 1045 return seq_open_private(file, &aarp_seq_ops, aarp_seq_open()
|
/linux-4.1.27/net/decnet/ |
H A D | dn_route.c | 1855 return seq_open_private(file, &dn_rt_cache_seq_ops, dn_rt_cache_seq_open()
|
H A D | af_decnet.c | 2317 return seq_open_private(file, &dn_socket_seq_ops, dn_socket_seq_open()
|
/linux-4.1.27/net/atm/ |
H A D | lec.c | 1000 return seq_open_private(file, &lec_seq_ops, sizeof(struct lec_state)); lec_seq_open()
|
/linux-4.1.27/mm/ |
H A D | vmalloc.c | 2671 return seq_open_private(file, &vmalloc_op, vmalloc_open()
|
Completed in 474 milliseconds