Searched refs:seq_operations (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | user_namespace.h | 129 struct seq_operations; 130 extern const struct seq_operations proc_uid_seq_operations; 131 extern const struct seq_operations proc_gid_seq_operations; 132 extern const struct seq_operations proc_projid_seq_operations;
|
D | seq_file.h | 14 struct seq_operations; 26 const struct seq_operations *op; 32 struct seq_operations { struct 109 int seq_open(struct file *, const struct seq_operations *); 145 void *__seq_open_private(struct file *, const struct seq_operations *, int); 146 int seq_open_private(struct file *, const struct seq_operations *, int);
|
D | proc_fs.h | 13 struct seq_operations; 33 struct proc_dir_entry *parent, const struct seq_operations *ops, 60 struct proc_dir_entry *parent, const struct seq_operations *ops, 69 const struct seq_operations *ops,
|
D | atalk.h | 153 extern const struct seq_operations aarp_seq_ops;
|
D | tpm.h | 106 const struct seq_operations *seqops;
|
D | tty.h | 554 extern const struct seq_operations tty_ldiscs_seq_ops;
|
/include/net/phonet/ |
D | pn_dev.h | 46 extern const struct seq_operations pn_sock_seq_ops; 47 extern const struct seq_operations pn_res_seq_ops;
|
/include/net/ |
D | rose.h | 203 extern const struct seq_operations rose_neigh_seqops; 204 extern const struct seq_operations rose_node_seqops; 205 extern struct seq_operations rose_route_seqops;
|
D | netrom.h | 220 extern const struct seq_operations nr_node_seqops; 221 extern const struct seq_operations nr_neigh_seqops;
|
D | ax25.h | 427 extern const struct seq_operations ax25_rt_seqops; 483 extern const struct seq_operations ax25_uid_seqops;
|
D | udp.h | 450 extern const struct seq_operations udp_seq_ops; 451 extern const struct seq_operations udp6_seq_ops;
|
D | ip6_fib.h | 483 extern const struct seq_operations ipv6_route_seq_ops;
|