/openbmc/linux/fs/ocfs2/cluster/ |
H A D | netdebug.c | 168 dummy_nst = __seq_open_private(file, &nst_seq_ops, sizeof(*dummy_nst)); in nst_fop_open() 387 sd = __seq_open_private(file, &sc_seq_ops, sizeof(*sd)); in sc_common_open()
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 630 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private() function 654 EXPORT_SYMBOL(__seq_open_private); 659 return __seq_open_private(filp, ops, psize) ? 0 : -ENOMEM; in seq_open_private()
|
/openbmc/linux/fs/proc/ |
H A D | task_nommu.c | 257 priv = __seq_open_private(file, ops, sizeof(*priv)); in maps_open()
|
H A D | proc_net.c | 54 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
|
H A D | task_mmu.c | 205 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
|
H A D | base.c | 2585 tp = __seq_open_private(file, &proc_timers_seq_ops, in proc_timers_open()
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 169 void *__seq_open_private(struct file *, const struct seq_operations *, int);
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | debugfs.c | 374 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops, in iwl_dbgfs_fw_info_open()
|
/openbmc/linux/ipc/ |
H A D | util.c | 904 iter = __seq_open_private(file, &sysvipc_proc_seqops, sizeof(*iter)); in sysvipc_proc_open()
|
/openbmc/linux/kernel/ |
H A D | kallsyms.c | 912 iter = __seq_open_private(file, &kallsyms_op, sizeof(*iter)); in kallsyms_open()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | seq_file.rst | 309 There is also a variant function, __seq_open_private(), which is functionally 316 __seq_open_private(file, &ct_seq_ops, sizeof(*p));
|
/openbmc/linux/net/netfilter/ |
H A D | xt_recent.c | 550 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st)); in recent_seq_open()
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_iter.c | 609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 620 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl)); in debug_lockres_open()
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | 3914 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_avail_open() 3938 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_enabled_open() 3963 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_touched_open() 3987 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_avail_addrs_open()
|
H A D | trace.c | 4827 iter = __seq_open_private(file, &tracer_seq_ops, sizeof(*iter)); in __tracing_open()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 102 p = __seq_open_private(f, &seq_tab_ops, sizeof(*p) + rows * width); in seq_open_tab() 1098 dinfo = __seq_open_private(file, &devlog_seq_ops, in devlog_open()
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 2869 i = __seq_open_private(file, &gfs2_glockfd_seq_ops, in gfs2_glockfd_open()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 2672 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops, in iwl_dbgfs_tx_queue_open()
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.c | 3282 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()
|
/openbmc/linux/Documentation/trace/ |
H A D | histogram.rst | 390 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: … 456 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: …
|
/openbmc/linux/mm/ |
H A D | slub.c | 6392 struct loc_track *t = __seq_open_private(filep, &slab_debugfs_sops, in slab_debug_trace_open()
|