• Home
  • Raw
  • Download

Lines Matching refs:v

1408 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1409 static void nfs_server_list_stop(struct seq_file *p, void *v);
1410 static int nfs_server_list_show(struct seq_file *m, void *v);
1429 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1430 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1431 static int nfs_volume_list_show(struct seq_file *m, void *v);
1480 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next() argument
1482 return seq_list_next(v, &nfs_client_list, pos); in nfs_server_list_next()
1488 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop() argument
1496 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show() argument
1501 if (v == &nfs_client_list) { in nfs_server_list_show()
1507 clp = list_entry(v, struct nfs_client, cl_share_link); in nfs_server_list_show()
1550 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next() argument
1552 return seq_list_next(v, &nfs_volume_list, pos); in nfs_volume_list_next()
1558 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop() argument
1566 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show() argument
1573 if (v == &nfs_volume_list) { in nfs_volume_list_show()
1578 server = list_entry(v, struct nfs_server, master_link); in nfs_volume_list_show()