Searched refs:uuidp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 517 static int lov_add_target(struct obd_device *obd, struct obd_uuid *uuidp, in lov_add_target() argument 526 uuidp->uuid, index, gen, active); in lov_add_target() 530 uuidp->uuid, gen); in lov_add_target() 534 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target() 593 tgt->ltd_uuid = *uuidp; in lov_add_target() 654 struct obd_uuid *uuidp, int gen) in lov_del_target() argument 676 if (uuidp && !obd_uuid_equals(uuidp, &lov->lov_tgts[index]->ltd_uuid)) { in lov_del_target() 679 obd_uuid2str(uuidp)); in lov_del_target() 1411 struct obd_uuid *uuidp; in lov_iocontrol() local 1471 if (sizeof(uuidp->uuid) * count > data->ioc_inllen2) { in lov_iocontrol() [all …]
|
D | lov_internal.h | 244 struct obd_uuid *uuidp, int gen);
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 450 static int lmv_add_target(struct obd_device *obd, struct obd_uuid *uuidp, in lmv_add_target() argument 457 CDEBUG(D_CONFIG, "Target uuid: %s. index %d\n", uuidp->uuid, index); in lmv_add_target() 464 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target() 469 obd->obd_name, uuidp->uuid, -EINVAL); in lmv_add_target() 522 tgt->ltd_uuid = *uuidp; in lmv_add_target()
|