Searched defs:seq_file (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/include/linux/ |
D | seq_file.h | 16 struct seq_file { struct 31 void * (*start) (struct seq_file *m, loff_t *pos); argument
|
/linux-3.3/fs/proc/ |
D | proc_net.c | 60 int (*show)(struct seq_file *, void *)) in single_open_net()
|
/linux-3.3/fs/ |
D | proc_namespace.c | 223 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
|
D | seq_file.c | 549 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open()
|
/linux-3.3/lib/ |
D | lru_cache.c | 527 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
|
/linux-3.3/fs/reiserfs/ |
D | procfs.c | 464 static void add_file(struct super_block *sb, char *name, in add_file()
|
/linux-3.3/ipc/ |
D | util.c | 146 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
|