Home
last modified time | relevance | path

Searched refs:dents_up (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Dconsole.c741 int *count_p, lstcon_node_ent_t __user *dents_up) in lstcon_nodes_getent() argument
749 LASSERT(dents_up); in lstcon_nodes_getent()
761 if (copy_to_user(&dents_up[count].nde_id, in lstcon_nodes_getent()
763 copy_to_user(&dents_up[count].nde_state, in lstcon_nodes_getent()
782 lstcon_node_ent_t __user *dents_up) in lstcon_group_info() argument
795 if (dents_up) { in lstcon_group_info()
798 index_p, count_p, dents_up); in lstcon_group_info()
928 lstcon_node_ent_t __user *dents_up) in lstcon_batch_info() argument
962 if (dents_up) { in lstcon_batch_info()
964 index_p, ndent_p, dents_up); in lstcon_batch_info()
Dconsole.h229 int *ndent_p, lstcon_node_ent_t __user *dents_up);