Home
last modified time | relevance | path

Searched refs:__seq_open_private (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/fs/ocfs2/cluster/
H A Dnetdebug.c168 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 Dseq_file.c630 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 Dtask_nommu.c257 priv = __seq_open_private(file, ops, sizeof(*priv)); in maps_open()
H A Dproc_net.c54 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
H A Dtask_mmu.c205 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
H A Dbase.c2585 tp = __seq_open_private(file, &proc_timers_seq_ops, in proc_timers_open()
/openbmc/linux/include/linux/
H A Dseq_file.h169 void *__seq_open_private(struct file *, const struct seq_operations *, int);
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c374 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops, in iwl_dbgfs_fw_info_open()
/openbmc/linux/ipc/
H A Dutil.c904 iter = __seq_open_private(file, &sysvipc_proc_seqops, sizeof(*iter)); in sysvipc_proc_open()
/openbmc/linux/kernel/
H A Dkallsyms.c912 iter = __seq_open_private(file, &kallsyms_op, sizeof(*iter)); in kallsyms_open()
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst309 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 Dxt_recent.c550 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st)); in recent_seq_open()
/openbmc/linux/kernel/bpf/
H A Dbpf_iter.c609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdebug.c620 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl)); in debug_lockres_open()
/openbmc/linux/kernel/trace/
H A Dftrace.c3914 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 Dtrace.c4827 iter = __seq_open_private(file, &tracer_seq_ops, sizeof(*iter)); in __tracing_open()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c102 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 Dglock.c2869 i = __seq_open_private(file, &gfs2_glockfd_seq_ops, in gfs2_glockfd_open()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2672 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops, in iwl_dbgfs_tx_queue_open()
/openbmc/linux/fs/ocfs2/
H A Ddlmglue.c3282 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()
/openbmc/linux/Documentation/trace/
H A Dhistogram.rst390 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: …
456 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: …
/openbmc/linux/mm/
H A Dslub.c6392 struct loc_track *t = __seq_open_private(filep, &slab_debugfs_sops, in slab_debug_trace_open()