• Home
  • Raw
  • Download

Lines Matching refs:v

1129 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos);
1130 static void nfs_server_list_stop(struct seq_file *p, void *v);
1131 static int nfs_server_list_show(struct seq_file *m, void *v);
1141 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos);
1142 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1143 static int nfs_volume_list_show(struct seq_file *m, void *v);
1168 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next() argument
1172 return seq_list_next(v, &nn->nfs_client_list, pos); in nfs_server_list_next()
1178 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop() argument
1189 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show() argument
1195 if (v == &nn->nfs_client_list) { in nfs_server_list_show()
1201 clp = list_entry(v, struct nfs_client, cl_share_link); in nfs_server_list_show()
1235 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_volume_list_next() argument
1239 return seq_list_next(v, &nn->nfs_volume_list, pos); in nfs_volume_list_next()
1245 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop() argument
1256 static int nfs_volume_list_show(struct seq_file *m, void *v) in nfs_volume_list_show() argument
1265 if (v == &nn->nfs_volume_list) { in nfs_volume_list_show()
1271 server = list_entry(v, struct nfs_server, master_link); in nfs_volume_list_show()