Lines Matching refs:seq_file
1270 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos);
1271 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1272 static void nfs_server_list_stop(struct seq_file *p, void *v);
1273 static int nfs_server_list_show(struct seq_file *m, void *v);
1282 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos);
1283 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1284 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1285 static int nfs_volume_list_show(struct seq_file *m, void *v);
1297 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start()
1310 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next()
1320 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop()
1331 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show()
1364 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start()
1377 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next()
1387 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop()
1398 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show()