Lines Matching refs:seq_file
1088 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos);
1089 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1090 static void nfs_server_list_stop(struct seq_file *p, void *v);
1091 static int nfs_server_list_show(struct seq_file *m, void *v);
1109 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos);
1110 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1111 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1112 static int nfs_volume_list_show(struct seq_file *m, void *v);
1142 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start()
1155 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next()
1165 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop()
1176 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show()
1218 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start()
1231 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next()
1241 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop()
1252 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show()