Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconsole.c265 lstcon_group_find(const char *name, lstcon_group_t **grpp) in lstcon_group_find() function
530 rc = (lstcon_group_find(name, &grp) == 0)? -EEXIST: 0; in lstcon_group_add()
558 rc = lstcon_group_find(name, &grp); in lstcon_nodes_add()
586 rc = lstcon_group_find(name, &grp); in lstcon_group_del()
626 rc = lstcon_group_find(name, &grp); in lstcon_group_clean()
659 rc = lstcon_group_find(name, &grp); in lstcon_nodes_remove()
689 rc = lstcon_group_find(name, &grp); in lstcon_group_refresh()
791 rc = lstcon_group_find(name, &grp); in lstcon_group_info()
1257 rc = lstcon_group_find(name, grp); in lstcon_verify_group()
1514 rc = lstcon_group_find(grp_name, &grp); in lstcon_group_stat()
[all …]