Searched refs:obdname (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c1151 char *obdname; local
1210 obdname = buf;
1214 strcpy(obdname, cld->cld_logname);
1215 cname = strrchr(obdname, '-');
1218 mgc->obd_name, obdname);
1222 pos = cname - obdname;
1223 obdname[pos] = 0;
1224 pos += sprintf(obdname + pos, "-%s%04x",
1228 pos += sprintf(obdname + pos, "-%s-%s", cname, inst);
1229 lustre_cfg_bufs_reset(&bufs, obdname);
[all...]
/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c184 int lustre_start_simple(char *obdname, char *type, char *uuid, argument
188 CDEBUG(D_MOUNT, "Starting obd %s (typ=%s)\n", obdname, type);
190 rc = do_lcfg(obdname, 0, LCFG_ATTACH, type, uuid, NULL, NULL);
192 CERROR("%s attach error %d\n", obdname, rc);
195 rc = do_lcfg(obdname, 0, LCFG_SETUP, s1, s2, s3, s4);
197 CERROR("%s setup error %d\n", obdname, rc);
198 do_lcfg(obdname, 0, LCFG_DETACH, NULL, NULL, NULL, NULL);
518 /* Save the obdname for cleaning the nid uuids, which are
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lib.c240 static int osc_on_mdt(char *obdname) argument
244 ptr = strrchr(obdname, '-');
/drivers/staging/lustre/lustre/include/
H A Dlustre_disk.h535 int lustre_start_simple(char *obdname, char *type, char *uuid,

Completed in 423 milliseconds