Searched refs:do_lcfg (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 145 static int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, in do_lcfg() function 182 rc = do_lcfg(obdname, 0, LCFG_ATTACH, type, uuid, NULL, NULL); in lustre_start_simple() 187 rc = do_lcfg(obdname, 0, LCFG_SETUP, s1, s2, s3, s4); in lustre_start_simple() 190 do_lcfg(obdname, 0, LCFG_DETACH, NULL, NULL, NULL, NULL); in lustre_start_simple() 307 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 348 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 354 rc = do_lcfg(mgcname, 0, LCFG_ADD_CONN, in lustre_start_mgc() 475 rc = do_lcfg(LUSTRE_MGC_OBDNAME, 0, LCFG_DEL_UUID, in lustre_stop_mgc()
|