Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c505 static int lov_add_target(struct obd_device *obd, struct obd_uuid *uuidp, in lov_add_target() argument
514 uuidp->uuid, index, gen, active); in lov_add_target()
518 uuidp->uuid, gen); in lov_add_target()
522 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target()
580 tgt->ltd_uuid = *uuidp; in lov_add_target()
641 struct obd_uuid *uuidp, int gen) in lov_del_target() argument
663 if (uuidp && !obd_uuid_equals(uuidp, &lov->lov_tgts[index]->ltd_uuid)) { in lov_del_target()
666 obd_uuid2str(uuidp)); in lov_del_target()
1393 struct obd_uuid *uuidp; in lov_iocontrol() local
1453 if (sizeof(uuidp->uuid) * count > data->ioc_inllen2) { in lov_iocontrol()
[all …]
Dlov_internal.h207 struct obd_uuid *uuidp, int gen);
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c420 static int lmv_add_target(struct obd_device *obd, struct obd_uuid *uuidp, in lmv_add_target() argument
427 CDEBUG(D_CONFIG, "Target uuid: %s. index %d\n", uuidp->uuid, index); in lmv_add_target()
434 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target()
439 obd->obd_name, uuidp->uuid, -EINVAL); in lmv_add_target()
491 tgt->ltd_uuid = *uuidp; in lmv_add_target()