/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 723 struct obd_uuid *cluuid) in class_new_export() argument 761 export->exp_client_uuid = *cluuid; in class_new_export() 778 if (!obd_uuid_equals(cluuid, &obd->obd_uuid)) { in class_new_export() 779 rc = cfs_hash_add_unique(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 782 obd->obd_name, cluuid->uuid, rc); in class_new_export() 790 cfs_hash_del(hash, cluuid, &export->exp_uuid_hash); in class_new_export() 1012 struct obd_uuid *cluuid) in class_connect() argument 1018 LASSERT(cluuid != NULL); in class_connect() 1020 export = class_new_export(obd, cluuid); in class_connect() 1028 cluuid->uuid, conn->cookie); in class_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 196 struct obd_uuid *cluuid); 206 struct obd_uuid *cluuid); 845 struct obd_uuid *cluuid, in obd_connect() argument 859 rc = OBP(obd, connect)(env, exp, obd, cluuid, data, localdata); in obd_connect() 869 struct obd_uuid *cluuid, in obd_reconnect() argument 883 rc = OBP(obd, reconnect)(env, exp, obd, cluuid, d, localdata); in obd_reconnect()
|
D | obd.h | 506 struct obd_uuid cluuid; member 993 struct obd_uuid *cluuid, struct obd_connect_data *ocd, 997 struct obd_uuid *cluuid,
|
D | lustre_net.h | 2823 struct obd_uuid *cluuid, struct obd_connect_data *,
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 199 struct obd_uuid *cluuid, struct obd_connect_data *data, in lmv_connect() argument 216 rc = class_connect(&conn, obd, cluuid); in lmv_connect() 227 lmv->cluuid = *cluuid; in lmv_connect() 327 struct obd_uuid *cluuid = &lmv->cluuid; in lmv_connect_mdc() local 344 cluuid->uuid); in lmv_connect_mdc() 539 lmv->cluuid.uuid, obd->obd_name); in lmv_check_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 490 struct obd_device *obd, struct obd_uuid *cluuid, in client_connect_import() argument 506 rc = class_connect(&conn, obd, cluuid); in client_connect_import()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2103 struct obd_device *src, struct obd_uuid *cluuid, in echo_client_connect() argument 2109 rc = class_connect(&conn, src, cluuid); in echo_client_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 201 struct obd_uuid *cluuid, struct obd_connect_data *data, in lov_connect() argument 211 rc = class_connect(&conn, obd, cluuid); in lov_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2942 struct obd_uuid *cluuid, in osc_reconnect() argument
|