Searched refs:niduuid (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 213 char *mgcname = NULL, *niduuid = NULL, *mgssec = NULL; in lustre_start_mgc() local 251 OBD_ALLOC(niduuid, len + 2); in lustre_start_mgc() 252 if (!mgcname || !niduuid) { in lustre_start_mgc() 329 sprintf(niduuid, "%s_%x", mgcname, i); in lustre_start_mgc() 337 LCFG_ADD_UUID, niduuid, in lustre_start_mgc() 353 LCFG_ADD_UUID, niduuid, in lustre_start_mgc() 363 LCFG_ADD_UUID, niduuid, NULL, NULL, NULL); in lustre_start_mgc() 390 niduuid, NULL, NULL); in lustre_start_mgc() 400 sprintf(niduuid, "%s_%x", mgcname, i); in lustre_start_mgc() 405 LCFG_ADD_UUID, niduuid, NULL, NULL, NULL); in lustre_start_mgc() [all …]
|