Searched refs:lstcon_ndlist_ent_t (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lnetst.h | 99 } lstcon_ndlist_ent_t; /*** node_list entry, for list_batch command */ typedef 116 lstcon_ndlist_ent_t tbe_cli_nle; /* client (group) node_list 118 lstcon_ndlist_ent_t tbe_srv_nle; /* server (group) node_list 259 lstcon_ndlist_ent_t *lstio_ses_ndinfo; /* OUT: */ 348 lstcon_ndlist_ent_t *lstio_grp_entp; /* OUT: description of
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 193 lstcon_ndlist_ent_t *entp, char *name_up, int len); 211 int lstcon_group_info(char *name, lstcon_ndlist_ent_t *gent_up,
|
D | console.c | 782 lstcon_group_info(char *name, lstcon_ndlist_ent_t *gents_p, in lstcon_group_info() 785 lstcon_ndlist_ent_t *gentp; in lstcon_group_info() 806 LIBCFS_ALLOC(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 818 sizeof(lstcon_ndlist_ent_t)) ? -EFAULT : 0; in lstcon_group_info() 820 LIBCFS_FREE(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 1769 lstcon_ndlist_ent_t *ndinfo_up, char *name_up, int len) in lstcon_session_info() 1771 lstcon_ndlist_ent_t *entp; in lstcon_session_info()
|