Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconsole.c744 int *count_p, lstcon_node_ent_t *dents_up) in lstcon_nodes_getent() argument
752 LASSERT(dents_up != NULL); in lstcon_nodes_getent()
764 if (copy_to_user(&dents_up[count].nde_id, in lstcon_nodes_getent()
766 copy_to_user(&dents_up[count].nde_state, in lstcon_nodes_getent()
784 int *index_p, int *count_p, lstcon_node_ent_t *dents_up) in lstcon_group_info() argument
797 if (dents_up) { in lstcon_group_info()
800 index_p, count_p, dents_up); in lstcon_group_info()
924 lstcon_node_ent_t *dents_up) in lstcon_batch_info() argument
958 if (dents_up != NULL) { in lstcon_batch_info()
960 index_p, ndent_p, dents_up); in lstcon_batch_info()
Dconsole.h225 int *ndent_p, lstcon_node_ent_t *dents_up);