Searched refs:mgcname (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 213 char *mgcname = NULL, *niduuid = NULL, *mgssec = NULL; in lustre_start_mgc() local 231 mgcname = kasprintf(GFP_NOFS, in lustre_start_mgc() 233 niduuid = kasprintf(GFP_NOFS, "%s_%x", mgcname, i); in lustre_start_mgc() 234 if (!mgcname || !niduuid) { in lustre_start_mgc() 247 obd = class_name2obd(mgcname); in lustre_start_mgc() 290 CDEBUG(D_MOUNT, "%s: Set MGC reconnect %d\n", mgcname, in lustre_start_mgc() 300 CDEBUG(D_MOUNT, "Start MGC '%s'\n", mgcname); in lustre_start_mgc() 307 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 332 rc = lustre_start_simple(mgcname, LUSTRE_MGC_NAME, in lustre_start_mgc() 344 sprintf(niduuid, "%s_%x", mgcname, i); in lustre_start_mgc() [all …]
|