Searched refs:seq_open_private (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/xen/xenfs/ |
| H A D | xensyms.c | 117 ret = seq_open_private(file, &xensyms_seq_ops, in xensyms_open()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 146 int seq_open_private(struct file *, const struct seq_operations *, int);
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | blacklist.c | 398 return seq_open_private(file, &cio_ignore_proc_seq_ops, in cio_ignore_proc_open()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | seq_file.c | 645 int seq_open_private(struct file *filp, const struct seq_operations *ops, in seq_open_private() function 650 EXPORT_SYMBOL(seq_open_private);
|
| H A D | proc_namespace.c | 272 ret = seq_open_private(file, &mounts_op, sizeof(struct proc_mounts)); in mounts_open_common()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | seq_file.rst | 298 There is also a wrapper function to seq_open() called seq_open_private(). It 305 return seq_open_private(file, &ct_seq_ops,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_download.c | 226 int ret = seq_open_private(file, &prism2_download_aux_dump_proc_seqops, in prism2_download_aux_dump_proc_open()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | generic.c | 600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | wakeup.c | 1247 return seq_open_private(file, &wakeup_sources_stats_seq_ops, sizeof(int)); in wakeup_sources_stats_open()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 894 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 1865 seq_open_private
|
| H A D | abi_gki_aarch64_oplus | 2371 seq_open_private
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | glock.c | 2456 int ret = seq_open_private(file, ops, sizeof(struct gfs2_glock_iter)); in __gfs2_glocks_open()
|