Lines Matching refs:seq_file
1094 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos);
1095 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1096 static void nfs_server_list_stop(struct seq_file *p, void *v);
1097 static int nfs_server_list_show(struct seq_file *m, void *v);
1106 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos);
1107 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1108 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1109 static int nfs_volume_list_show(struct seq_file *m, void *v);
1121 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start()
1134 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next()
1144 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop()
1155 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show()
1188 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start()
1201 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next()
1211 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop()
1222 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show()