Searched refs:lstcon_group_find (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 264 lstcon_group_find(const char *name, lstcon_group_t **grpp) in lstcon_group_find() function 529 rc = (lstcon_group_find(name, &grp) == 0) ? -EEXIST : 0; in lstcon_group_add() 557 rc = lstcon_group_find(name, &grp); in lstcon_nodes_add() 585 rc = lstcon_group_find(name, &grp); in lstcon_group_del() 625 rc = lstcon_group_find(name, &grp); in lstcon_group_clean() 658 rc = lstcon_group_find(name, &grp); in lstcon_nodes_remove() 688 rc = lstcon_group_find(name, &grp); in lstcon_group_refresh() 790 rc = lstcon_group_find(name, &grp); in lstcon_group_info() 1256 rc = lstcon_group_find(name, grp); in lstcon_verify_group() 1513 rc = lstcon_group_find(grp_name, &grp); in lstcon_group_stat() [all …]
|