Searched defs:seqf (Results 1 – 2 of 2) sorted by relevance
408 void blkdev_show(struct seq_file *seqf, off_t offset) in blkdev_show()1126 static void *disk_seqf_start(struct seq_file *seqf, loff_t *pos) in disk_seqf_start()1147 static void *disk_seqf_next(struct seq_file *seqf, void *v, loff_t *pos) in disk_seqf_next()1159 static void disk_seqf_stop(struct seq_file *seqf, void *v) in disk_seqf_stop()1171 static void *show_partition_start(struct seq_file *seqf, loff_t *pos) in show_partition_start()1181 static int show_partition(struct seq_file *seqf, void *v) in show_partition()1607 static int diskstats_show(struct seq_file *seqf, void *v) in diskstats_show()
178 struct seq_file *seqf = file->private_data; in kvmppc_exit_timing_write() local