Searched refs:seq_open_private (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/arch/blackfin/kernel/ |
D | cplbinfo.c | 136 ret = seq_open_private(file, &cplbinfo_sops, sizeof(*cdata)); in cplbinfo_open()
|
/linux-4.4.14/drivers/xen/xenfs/ |
D | xensyms.c | 117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
|
/linux-4.4.14/include/linux/ |
D | seq_file.h | 144 int seq_open_private(struct file *, const struct seq_operations *, int);
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 397 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
|
/linux-4.4.14/net/sunrpc/ |
D | debugfs.c | 99 int ret = seq_open_private(filp, &tasks_seq_operations, in tasks_open()
|
/linux-4.4.14/fs/ |
D | seq_file.c | 647 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function 652 EXPORT_SYMBOL(seq_open_private);
|
D | proc_namespace.c | 267 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
|
D | locks.c | 2702 return seq_open_private(filp, &locks_seq_operations, in locks_open()
|
/linux-4.4.14/kernel/time/ |
D | timer_list.c | 381 return seq_open_private(filp, &timer_list_sops, in timer_list_open()
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 242 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.4.14/drivers/net/wireless/hostap/ |
D | hostap_download.c | 225 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 823 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
/linux-4.4.14/net/appletalk/ |
D | aarp.c | 1045 return seq_open_private(file, &aarp_seq_ops, in aarp_seq_open()
|
/linux-4.4.14/net/irda/ |
D | irlap.c | 1195 return seq_open_private(file, &irlap_seq_ops, in irlap_seq_open()
|
D | irttp.c | 1879 return seq_open_private(file, &irttp_seq_ops, in irttp_seq_open()
|
D | irlmp.c | 1984 return seq_open_private(file, &irlmp_seq_ops, in irlmp_seq_open()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 1894 int ret = seq_open_private(file, &gfs2_glock_seq_ops, in gfs2_glocks_open() 1923 int ret = seq_open_private(file, &gfs2_glstats_seq_ops, in gfs2_glstats_open()
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1860 return seq_open_private(file, &dn_rt_cache_seq_ops, in dn_rt_cache_seq_open()
|
D | af_decnet.c | 2317 return seq_open_private(file, &dn_socket_seq_ops, in dn_socket_seq_open()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 2672 return seq_open_private(file, &vmalloc_op, in vmalloc_open()
|
/linux-4.4.14/net/atm/ |
D | lec.c | 1000 return seq_open_private(file, &lec_seq_ops, sizeof(struct lec_state)); in lec_seq_open()
|