• Home
  • Raw
  • Download

Lines Matching refs:v

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);
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);
1134 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next() argument
1138 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1144 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop() argument
1155 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show() argument
1161 if (v == &nn->nfs_client_list) { in nfs_server_list_show()
1167 clp = list_entry(v, struct nfs_client, cl_share_link); in nfs_server_list_show()
1201 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next() argument
1205 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
1211 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop() argument
1222 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show() argument
1231 if (v == &nn->nfs_volume_list) { in nfs_volume_list_show()
1237 server = list_entry(v, struct nfs_server, master_link); in nfs_volume_list_show()