Searched refs:lstcon_ndlist_ent_t (Results 1 – 3 of 3) sorted by relevance
/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 __user *lstio_ses_ndinfo; /* OUT: */ 348 lstcon_ndlist_ent_t __user *lstio_grp_entp; /* OUT: description of
|
/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 194 unsigned __user *verp, lstcon_ndlist_ent_t __user *entp, 213 int lstcon_group_info(char *name, lstcon_ndlist_ent_t __user *gent_up,
|
D | console.c | 780 lstcon_group_info(char *name, lstcon_ndlist_ent_t __user *gents_p, in lstcon_group_info() 784 lstcon_ndlist_ent_t *gentp; in lstcon_group_info() 805 LIBCFS_ALLOC(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 817 sizeof(lstcon_ndlist_ent_t)) ? -EFAULT : 0; in lstcon_group_info() 819 LIBCFS_FREE(gentp, sizeof(lstcon_ndlist_ent_t)); in lstcon_group_info() 1776 lstcon_ndlist_ent_t __user *ndinfo_up, in lstcon_session_info() 1779 lstcon_ndlist_ent_t *entp; in lstcon_session_info()
|