Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/
Dnetdebug.c189 dummy_nst = __seq_open_private(file, &nst_seq_ops, sizeof(*dummy_nst)); in nst_fop_open()
408 sd = __seq_open_private(file, &sc_seq_ops, sizeof(*sd)); in sc_common_open()
/linux-4.19.296/fs/
Dseq_file.c615 void *__seq_open_private(struct file *f, const struct seq_operations *ops, in __seq_open_private() function
639 EXPORT_SYMBOL(__seq_open_private);
644 return __seq_open_private(filp, ops, psize) ? 0 : -ENOMEM; in seq_open_private()
/linux-4.19.296/include/linux/
Dseq_file.h144 void *__seq_open_private(struct file *, const struct seq_operations *, int);
/linux-4.19.296/fs/proc/
Dtask_nommu.c263 priv = __seq_open_private(file, ops, sizeof(*priv)); in maps_open()
Dproc_net.c56 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
Dtask_mmu.c229 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
Dbase.c2353 tp = __seq_open_private(file, &proc_timers_seq_ops, in proc_timers_open()
/linux-4.19.296/fs/fscache/
Dobject-list.c390 data = __seq_open_private(file, &fscache_objlist_ops, sizeof(*data)); in fscache_objlist_open()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.c637 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl)); in debug_lockres_open()
/linux-4.19.296/fs/ocfs2/
Ddlmglue.c3231 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()