Searched defs:seq_file (Results 1 – 1 of 1) sorted by relevance
5310 struct seq_file { struct5311 char *buf;5312 size_t size;5313 size_t from;5314 size_t count;5315 size_t pad_until;5316 loff_t index;5317 loff_t read_pos;5318 struct mutex lock;5319 const struct seq_operations *op;[all …]