Searched refs:__seq_open_private (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c168 dummy_nst = __seq_open_private(file, &nst_seq_ops, sizeof(*dummy_nst));
387 sd = __seq_open_private(file, &sc_seq_ops, sizeof(*sd));
/linux-master/fs/proc/
H A Dtask_nommu.c257 priv = __seq_open_private(file, ops, sizeof(*priv));
H A Dproc_net.c54 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size);
H A Dtask_mmu.c207 struct proc_maps_private *priv = __seq_open_private(file, ops, psize);
H A Dbase.c2521 tp = __seq_open_private(file, &proc_timers_seq_ops,
/linux-master/include/linux/
H A Dseq_file.h169 void *__seq_open_private(struct file *, const struct seq_operations *, int);
/linux-master/fs/
H A Dseq_file.c630 void *__seq_open_private(struct file *f, const struct seq_operations *ops, function
654 EXPORT_SYMBOL(__seq_open_private); variable
659 return __seq_open_private(filp, ops, psize) ? 0 : -ENOMEM;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c381 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops,
/linux-master/ipc/
H A Dutil.c904 iter = __seq_open_private(file, &sysvipc_proc_seqops, sizeof(*iter));
/linux-master/kernel/
H A Dkallsyms.c912 iter = __seq_open_private(file, &kallsyms_op, sizeof(*iter));
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c620 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl));
/linux-master/net/netfilter/
H A Dxt_recent.c550 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st));
/linux-master/kernel/bpf/
H A Dbpf_iter.c609 priv_data = __seq_open_private(file, seq_info->seq_ops,
/linux-master/kernel/trace/
H A Dftrace.c3915 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter));
3939 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter));
3964 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter));
3988 iter = __seq_open_private(file, &show_ftrace_seq_ops, sizeof(*iter));
H A Dtrace.c4623 iter = __seq_open_private(file, &tracer_seq_ops, sizeof(*iter));
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c102 p = __seq_open_private(f, &seq_tab_ops, sizeof(*p) + rows * width);
1098 dinfo = __seq_open_private(file, &devlog_seq_ops,
/linux-master/fs/gfs2/
H A Dglock.c2868 i = __seq_open_private(file, &gfs2_glockfd_seq_ops,
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2677 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops,
/linux-master/fs/ocfs2/
H A Ddlmglue.c3282 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv));
/linux-master/mm/
H A Dslub.c6977 struct loc_track *t = __seq_open_private(filep, &slab_debugfs_sops,

Completed in 675 milliseconds