Searched refs:lstcon_ndlist_ent_t (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lnetst.h | 104 } lstcon_ndlist_ent_t; /*** node_list entry, for list_batch command */ typedef 119 lstcon_ndlist_ent_t tbe_cli_nle; /* client (group) node_list entry */ 120 lstcon_ndlist_ent_t tbe_srv_nle; /* server (group) node_list entry */ 257 lstcon_ndlist_ent_t *lstio_ses_ndinfo; /* OUT: */ 335 lstcon_ndlist_ent_t *lstio_grp_entp; /* OUT: description of group */
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 192 lstcon_ndlist_ent_t *entp, char *name_up, int len); 210 extern int lstcon_group_info(char *name, lstcon_ndlist_ent_t *gent_up,
|
D | console.c | 783 lstcon_group_info(char *name, lstcon_ndlist_ent_t *gents_p, in lstcon_group_info() 786 lstcon_ndlist_ent_t *gentp; in lstcon_group_info() 807 LIBCFS_ALLOC(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 819 sizeof(lstcon_ndlist_ent_t)) ? -EFAULT: 0; in lstcon_group_info() 821 LIBCFS_FREE(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 1770 lstcon_ndlist_ent_t *ndinfo_up, char *name_up, int len) in lstcon_session_info() 1772 lstcon_ndlist_ent_t *entp; in lstcon_session_info()
|