Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/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.c208 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
H A Dbase.c2570 tp = __seq_open_private(file, &proc_timers_seq_ops, in proc_timers_open()
/linux-6.15/include/linux/
H A Dseq_file.h179 void *__seq_open_private(struct file *, const struct seq_operations *, int);
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c418 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops, in iwl_dbgfs_fw_info_open()
/linux-6.15/kernel/
H A Dkallsyms.c853 iter = __seq_open_private(file, &kallsyms_op, sizeof(*iter)); in kallsyms_open()
/linux-6.15/ipc/
H A Dutil.c901 iter = __seq_open_private(file, &sysvipc_proc_seqops, sizeof(*iter)); in sysvipc_proc_open()
/linux-6.15/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));
/linux-6.15/kernel/bpf/
H A Dbpf_iter.c607 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
/linux-6.15/net/netfilter/
H A Dxt_recent.c550 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st)); in recent_seq_open()
/linux-6.15/fs/ocfs2/dlm/
H A Ddlmdebug.c568 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl)); in debug_lockres_open()
/linux-6.15/kernel/trace/
H A Dftrace.c4478 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_avail_open()
4502 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_enabled_open()
4527 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_touched_open()
4551 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter)); in ftrace_avail_addrs_open()
H A Dtrace.c4570 iter = __seq_open_private(file, &tracer_seq_ops, sizeof(*iter)); in __tracing_open()
/linux-6.15/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()
/linux-6.15/fs/gfs2/
H A Dglock.c2859 i = __seq_open_private(file, &gfs2_glockfd_seq_ops, in gfs2_glockfd_open()
/linux-6.15/fs/ocfs2/
H A Ddlmglue.c3279 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2913 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops, in iwl_dbgfs_tx_queue_open()
/linux-6.15/Documentation/trace/
H A Dhistogram.rst390 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: …
456 …{ call_site: [ffffffff811e3a25] __seq_open_private } hitcount: …
/linux-6.15/mm/
H A Dslub.c7745 struct loc_track *t = __seq_open_private(filep, &slab_debugfs_sops, in slab_debug_trace_open()