Searched refs:__seq_open_private (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/ocfs2/cluster/ |
D | netdebug.c | 189 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/ |
D | seq_file.c | 615 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/ |
D | seq_file.h | 144 void *__seq_open_private(struct file *, const struct seq_operations *, int);
|
/linux-4.19.296/fs/proc/ |
D | task_nommu.c | 263 priv = __seq_open_private(file, ops, sizeof(*priv)); in maps_open()
|
D | proc_net.c | 56 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
|
D | task_mmu.c | 229 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
|
D | base.c | 2353 tp = __seq_open_private(file, &proc_timers_seq_ops, in proc_timers_open()
|
/linux-4.19.296/fs/fscache/ |
D | object-list.c | 390 data = __seq_open_private(file, &fscache_objlist_ops, sizeof(*data)); in fscache_objlist_open()
|
/linux-4.19.296/fs/ocfs2/dlm/ |
D | dlmdebug.c | 637 dl = __seq_open_private(file, &debug_lockres_ops, sizeof(*dl)); in debug_lockres_open()
|
/linux-4.19.296/fs/ocfs2/ |
D | dlmglue.c | 3231 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()
|