Go to the documentation of this file. 1 #ifndef _LINUX_SEQ_FILE_H
2 #define _LINUX_SEQ_FILE_H
4 #include <linux/types.h>
5 #include <linux/string.h>
52 static inline size_t seq_get_buf(
struct seq_file *
m,
char **bufp)
72 static inline void seq_commit(
struct seq_file *
m,
int num)
100 unsigned int nr_bits);
112 unsigned int nr_bits);
114 static inline int seq_cpumask_list(
struct seq_file *m,
131 unsigned long long num);
137 #ifdef CONFIG_USER_NS
145 #define SEQ_START_TOKEN ((void *)1)