Lines Matching refs:seq_file
1199 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos);
1200 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1201 static void nfs_server_list_stop(struct seq_file *p, void *v);
1202 static int nfs_server_list_show(struct seq_file *m, void *v);
1220 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos);
1221 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1222 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1223 static int nfs_volume_list_show(struct seq_file *m, void *v);
1253 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start()
1266 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next()
1276 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop()
1287 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show()
1329 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start()
1342 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next()
1352 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop()
1363 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show()